Skip to content
dvarrazzo edited this page Mar 14, 2011 · 4 revisions

PostgreSQL Multiple Precision Arithmetic extension

The PostgreSQL Multiple Precision Arithmetic extension (PGMP) is a wrapper around the GNU multiple precision arithmetic library (GMP). It allows to create and store integer, rational and floating point numbers with arbitrary precision and to perform efficient calculations using these data types.