func.power
The PostgreSQL power() function is used to return the value of one number raised to the power of another number, provided in the argument
Syntax
func.power(a numeric, b numeric)
Examples
Documentation for func.power is coming soon.
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)