Postgres Math
- log
Returns the base 10 logarithm of "numeric_expression1" or logarithm to the base "numeric_expression2". - ln
Returns the natural logarithm of "numeric_expression1". - cbrt
Returns the cube root of "numeric_expression1". - div
Returns the integer quotient of "numeric_expression1" divided by "numeric_expression2". - pi
Returns the constant of pi.
Parent topic: Postgres