Versions Compared

Key

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

...

Output

Double or Decimal values

Syntax

For non-decimal columns:

set-column :column math:pow(column, 2)

...

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

Example

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

...