Extensions / Functions and aggregates
C11 math functions exposed to PostgreSQL with C-backed implementations.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | postgres-cmath |
|---|---|
| Version | 1.2 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 1 |
| Latest commit | 2018-09-04 |
| Catalogue updated | 2026-08-30 |
| graph_component | Compute graph components |
| gcd | C function that computes the greatest common divisor of an integer array. |
| numpgsql | Array and numerical computing library for PostgreSQL |
| pg_calcpi | Computes digits of pi in PostgreSQL with a PL/pgSQL spigot algorithm. |
| complex | Complex-number data type for PostgreSQL. |
| eigen | New array types and linear-algebra functions based on the Eigen numerical template library. |
| sum_array | C function that sums PostgreSQL integer and floating-point arrays into float8. |
| fbsql | Closure-preserving formula-based statistical modeling in SQL |