Skip to content
EntityQ1205818· pop 14· linked from 188 articles

GUN多重精度运算库

Sign in to save

Also known as GMP, GNU MP, GNU Multiprecision Library, gmp

library for arbitrary precision arithmetic, operating on signed integers, rational numbers and floating point numbers

Wikidata facts

Official website
www.gnu.org/software/gmp
Motto
Arithmetic without limitations
Show 9 more facts
programmed in
assembly language
software version identifier
6.3.0
source code repository URL
gmplib.org/repo
Stack Exchange tag
stackoverflow.com/tags/gmp
inception
1991-00-00
Commons category
GMP
Sources (7)

via Wikidata · CC0

Article · 中文

GNU多重精度运算库(英語:GNU Multiple Precision Arithmetic Library,简称GMP或gmpal)是一个开源的任意精度运算库,支持正负数的整数、有理数、浮点数。它没有任何精度限制,只受限于可用内存。GMP有很多函数,它们都有一个规则的接口。它是C语言写成的,但用为其他很多语言做包装,包括Ada,C++,C#,OCaml,Perl,PHP,python 和 R。GMP主要运用于加密应用和研究、互联网安全应用、计算机代数系统和计算代数研究。GMP的目标是成为最快的大数运算库,GMP是GNU项目的一部分,它在GNU宽通用公共许可证下发表。GMP在许多计算机辅助代数系统中用于整数运算,如Mathematica和Maple。GMP需要使用GCC(GNU编译器套装)编译。

Abstract from DBpedia / Wikipedia · CC BY-SA