是什么 ? | : | a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. |
开发语言 | : | C |
开发组织 | : | GNU |
官方主页 | : | http://www.multiprecision.org/mpc |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
macOS | HomeBrew | brew install libmpc |
GNU/Linux | HomeBrew | brew install libmpc |
apt | sudo apt-get install -y libmpc3 | |
CentOS | yum | sudo yum install -y libmpc |
dnf | sudo dnf install -y libmpc | |
openSUSE | zypper | sudo zypper install -y libmpc |
Alpine Linux | apk | sudo apk add mpc1 |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge mpc |