Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Output

Double or Decimal values

Syntax

For non-decimal values:

set-column :column math:pow(column,<decimal_value>)

...

set-column :column decimal:pow(column,<decimal_value>)

Example

Raises the value in the column price to the power of 5.

...