是什么 ? | : | a C library for multiple-precision floating-point computations with correct rounding. |
开发语言 | : | C |
开发组织 | : | GNU |
官方主页 | : | https://www.mpfr.org |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
macOS | HomeBrew | brew install mpfr |
GNU/Linux | HomeBrew | brew install mpfr |
apt | sudo apt-get install -y mpfr | |
CentOS | yum | sudo yum install -y mpfr |
dnf | sudo dnf install -y mpfr | |
openSUSE | zypper | sudo zypper install -y mpfr-devel |
Alpine Linux | apk | sudo apk add mpfr |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge mpfr |