FunctionsMathpiReturns the mathematical constant pi for each output row. pi(…) → Float64 Kind · scalar Returns the mathematical constant pi for each output row. Part of the Math family.modReturns the remainder of integer division x % y. Inputs must be integral and divisor must be non-zero.powReturns 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.