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,3)

...

set-column :column decimal:pow(column,3)

Example

Raises each value in the test column to the power of 3.

...