< Home - < Back

arprec


Information about the package, arprec, which is shipped with common Linux distributions. The arprec package is designed for, Software package for performing arbitrary precision arithmetic.


Package Name:

arprec

Summary:

Software package for performing arbitrary precision arithmetic

Description:

ARPREC is a software package for performing arbitrary precision arithmetic. It consists of a revision and extension of Bailey's earlier MPFUN package, enhanced with special IEEE numerical techniques. Features include: * Written in C++ for broad portability and fast execution. * Includes C++ and Fortran 90/95 interfaces based on custom data-types and operator/function overloading, which permit the library to be used with only minor modifications for many conventional C++ and Fortran-90 programs. * Includes all of the usual arithmetic operations, as well as many transcendental functions, including cos, sin, tan, arccos, arcsin, arctan, exp, log, log10, erf, gamma and Bessel functions. * Supports three arbitrary precision data-types: mp_real, mp_int and mp_complex. * Supports many mixed-mode operations between arbitrary precision variables or constants and conventional variables or constants. * Includes special library routines, incorporating advanced algorithms for extra-high precision (above 1000 digits) computation. * Includes a number of sample application programs, including programs for quadrature (numerical definite integrals), PLSQ (integer relation finding) and polynomial root finding. * Includes the "Experimental Mathematician's Toolkit". This is a self-contained interactive program that performs many operations typical of modern experimental mathematics, including arithmetic expressions, common transcendental functions, infinite series evaluation, definite integrals, polynomial roots, user-defined functions, all evaluated to a user-defined level of numeric precision, up to 1000 decimal digits.

Architecture:

x86_64

Version:

2.2.19

Release:

2.el6

Size:

215 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for arprec


Control the arprec package with the following handy commands outlined below.


Command

Description of Command

yum install arprec

This command will install arprec on the server.

yum remove arprec

This command will un-install arprec on the server. When you run this command, you will be asked if you are sure that you want to remove arprec, so you have to manually confirm that you want to do this.

yum -y remove arprec

This command will un-install arprec on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove arprec when using the -y flag.

yum update arprec

This command will update arprec to the latest version. When you run this command, you will be asked if you are sure that you want to remove arprec, so you have to manually confirm that you want to do this.

yum -y update arprec

This command will update arprec to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove arprec when using the -y flag.

yum info arprec

This command will show you core information about the arprec package.

yum deplist arprec

This command will show you the dependencies for arprec. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update arprec

This command will check if there is an update waiting on arprec. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.