How to Install and Uninstall qd-devel.x86_64 Package on Fedora 39

Last updated: November 28,2024

1. Install "qd-devel.x86_64" package

Please follow the step by step instructions below to install qd-devel.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install qd-devel.x86_64

2. Uninstall "qd-devel.x86_64" package

Learn how to uninstall qd-devel.x86_64 on Fedora 39:

$ sudo dnf remove qd-devel.x86_64 $ sudo dnf autoremove

3. Information about the qd-devel.x86_64 package on Fedora 39

Last metadata expiration check: 0:18:52 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : qd-devel
Version : 2.3.24
Release : 1.fc39
Architecture : x86_64
Size : 233 k
Source : qd-2.3.24-1.fc39.src.rpm
Repository : updates
Summary : Double-Double and Quad-Double Arithmetic
URL : https://www.davidhbailey.com/dhbsoftware/
License : BSD-3-Clause-LBNL
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.