cbrt.md 234 B

% This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.

Example

ROW d = 1000.0
| EVAL c = cbrt(d)
d: double c:double
1000.0 10.0