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(…) → Float64Kind · 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.