DB
FunctionsMath

pow

Returns base raised to exponent. This function is a convenience alias for power and follows the engine's numeric promotion rules for integer and floating-point inputs.

pow(…) → Float64

Kind · scalar

Returns base raised to exponent. This function is a convenience alias for power and follows the engine's numeric promotion rules for integer and floating-point inputs.

Part of the Math family.