Skip to main content
Raises a number to the specified power Category: math Syntax:
Returns: Float Context Filtering: ✓ Yes

Parameters

Allowed Column Types for number: INT, FLOAT, DECIMAL Allowed Column Types for power: INT, FLOAT, DECIMAL

Validation

  • Minimum parameters: 2
  • Maximum parameters: 2

Examples

Returns 1 Result: 1
Returns 8 Result: 8
Returns 0.5 Result: 0.5
Last modified on March 13, 2026