Cube root function

Returns the cube root of each value in the column.

Namespaces

  • math

Input

Non-decimal numeric values

Output

Double values

Syntax

set-column :column math:cbrt(column)

Example

Returns the cube root of each value in the test column.

set-column :test math:cbrt(test)

Created in 2020 by Google Inc.