mpc
1.1、mpc简介
是什么 ?: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
1.2、通过包管理器安装mpc
操作系统包管理器安装命令
macOSHomeBrewbrew install libmpc
GNU/LinuxHomeBrewbrew install libmpc
aptsudo apt-get install -y libmpc3
CentOSyumsudo yum install -y libmpc
dnfsudo dnf install -y libmpc
openSUSEzyppersudo zypper install -y libmpc
Alpine Linuxapksudo apk add mpc1

Arch Linux

ArcoLinux

Manjaro Linux

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