select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Functions and aggregates

cmath

C11 math functions exposed to PostgreSQL with C-backed implementations.

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepostgres-cmath
Version1.2
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars1
Latest commit2018-09-04
Catalogue updated2026-08-30

Related extensions

See also

graph_componentCompute graph components
gcdC function that computes the greatest common divisor of an integer array.
numpgsqlArray and numerical computing library for PostgreSQL
pg_calcpiComputes digits of pi in PostgreSQL with a PL/pgSQL spigot algorithm.
complexComplex-number data type for PostgreSQL.
eigenNew array types and linear-algebra functions based on the Eigen numerical template library.
sum_arrayC function that sums PostgreSQL integer and floating-point arrays into float8.
fbsqlClosure-preserving formula-based statistical modeling in SQL