In PostgreSQL, acosh()
is a hyperbolic function that returns the inverse hyperbolic cosine of its argument.
The argument and return value are provided as a double precision value.
Continue readingIn PostgreSQL, acosh()
is a hyperbolic function that returns the inverse hyperbolic cosine of its argument.
The argument and return value are provided as a double precision value.
Continue readingIn PostgreSQL, asinh()
is a hyperbolic function that returns the inverse hyperbolic sine of its argument.
The argument and return value are provided as a double precision value.
Continue readingIn PostgreSQL, cosh()
is a hyperbolic function that returns the hyperbolic cosine of its argument.
The argument and return value are provided as a double precision value.
Continue readingIn PostgreSQL, tanh()
is a hyperbolic function that returns the hyperbolic tangent of its argument.
The argument and return value are provided as a double precision value.
Continue readingIn PostgreSQL, sinh()
is a hyperbolic function that returns the hyperbolic sine of its argument.
The argument and return value are provided as a double precision value.
Continue readingIn PostgreSQL, mod()
is a mathematical function that returns the remainder from division of the first argument (the dividend) by the second argument (the divisor).
In PostgreSQL, width_bucket()
is a mathematical function that assigns values to buckets (individual segments) in an equiwidth histogram.
The return type is int.
Continue readingIn PostgreSQL, the div()
function returns the integer quotient of its first argument divided by its second argument.
In PostgreSQL, the power()
function returns its first argument raised to the power of its second argument.
In PostgreSQL, the scale()
function returns the scale of its argument.
The scale is the number of decimal digits in the fractional part.
Continue reading