How to Install and Uninstall arprec.x86_64 Package on Fedora 38

Last updated: May 20,2024

1. Install "arprec.x86_64" package

In this section, we are going to explain the necessary steps to install arprec.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install arprec.x86_64

2. Uninstall "arprec.x86_64" package

Please follow the guidance below to uninstall arprec.x86_64 on Fedora 38:

$ sudo dnf remove arprec.x86_64 $ sudo dnf autoremove

3. Information about the arprec.x86_64 package on Fedora 38

Last metadata expiration check: 0:10:48 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : arprec
Version : 2.2.19
Release : 17.fc38
Architecture : x86_64
Size : 219 k
Source : arprec-2.2.19-17.fc38.src.rpm
Repository : fedora
Summary : Software package for performing arbitrary precision arithmetic
URL : http://crd.lbl.gov/~dhbailey/mpdist
License : BSD
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.