mpfr
1.1、mpfr简介
是什么 ?:a C library for multiple-precision floating-point computations with correct rounding.
开发语言:C
开发组织:GNU
官方主页:https://www.mpfr.org
1.2、通过包管理器安装mpfr
操作系统包管理器安装命令
macOSHomeBrewbrew install mpfr
GNU/LinuxHomeBrewbrew install mpfr
aptsudo apt-get install -y mpfr
CentOSyumsudo yum install -y mpfr
dnfsudo dnf install -y mpfr
openSUSEzyppersudo zypper install -y mpfr-devel
Alpine Linuxapksudo apk add mpfr

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm mpfr
Gentoo LinuxPortagesudo emerge mpfr
1.3、通过编译源码安装mpfr
1.4、mpfr中包含的头文件
1.5、mpfr中包含的库文件
  • libmpfr.{a | so | dylib}