CSL Language ReferenceOperators cbrt Cube Root Syntax y = cbrt(x) Description Returns the cube root of the passed argument, which may be an expression. If x is positive, then cbrt(-x) == -cbrt(x). Example y = atan(4.872*dd)