qd

C++/Fortran-90 double-double and quad-double arithmetic library

brewmacoslinux
Try with needOr install directly
Source

About

C++/Fortran-90 double-double and quad-double package

Commands

qd

Examples

Compile a C++ program using the QD library for quad-double precision$ g++ -I$(brew --prefix qd)/include myprogram.cpp -L$(brew --prefix qd)/lib -lqd -o myprogram
Check QD library installation and version$ ls $(brew --prefix qd)/lib
Link QD library in Fortran-90 code compilation$ gfortran -I$(brew --prefix qd)/include myprogram.f90 -L$(brew --prefix qd)/lib -lqdmod -lqd -o myprogram