cbrt constructor

const cbrt(
  1. num d
)

Calculate cubic root with high accuracy.

Implementation

const factory cbrt(num d) = ConstMath.cbrt;