cbrt method

double cbrt()

Returns the cube root of this.

Implementation

double cbrt() => root(3);