How to Install and Uninstall qd.x86_64 Package on Fedora 34

Last updated: July 05,2024

1. Install "qd.x86_64" package

This guide let you learn how to install qd.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install qd.x86_64

2. Uninstall "qd.x86_64" package

This guide let you learn how to uninstall qd.x86_64 on Fedora 34:

$ sudo dnf remove qd.x86_64 $ sudo dnf autoremove

3. Information about the qd.x86_64 package on Fedora 34

Last metadata expiration check: 0:51:33 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : qd
Version : 2.3.22
Release : 4.fc34
Architecture : x86_64
Size : 159 k
Source : qd-2.3.22-4.fc34.src.rpm
Repository : fedora
Summary : Double-Double and Quad-Double Arithmetic
URL : https://www.davidhbailey.com/dhbsoftware/
License : LBNL BSD
Description : This package provides numeric types of twice the precision of IEEE
: double (106 mantissa bits, or approximately 32 decimal digits) and
: four times the precision of IEEE double (212 mantissa bits, or
: approximately 64 decimal digits). Due to features such as operator
: and function overloading, these facilities can be utilized
: with only minor modifications to conventional C++ and Fortran-90
: programs.
:
: In addition to the basic arithmetic operations (add, subtract,
: multiply, divide, square root), common transcendental functions such
: as the exponential, logarithm, trigonometric and hyperbolic functions
: are also included.