Square root function

Returns the square root of each value in a column.

Namespace

  • math

Input

Non-decimal values

Output

Double values

Syntax

set-column :column math:sqrt(column)

Example

Returns the square root of each row in the values column.

set-column :values math:sqrt(values)

 

Created in 2020 by Google Inc.