klyn.math.Math.cbrt
method
public static cbrt<FLOAT_TYPE extends AbstractFloat = Double>(value as FLOAT_TYPE) as FLOAT_TYPE:
Description
Returns the cube root of a floating-point value.
import klyn.math

print(Math.cbrt(27.0))