cbrt
fn
real cbrt(real x) @trusted pure nothrow @nogcCalculates the cube root of x.
| x | cbrt(x) | invalid? |
|---|---|---|
| ±0.0 | ±0.0 | no |
| NaN | NaN | yes |
| ±∞ | ±∞ | no |
real cbrt(real x) @trusted pure nothrow @nogcCalculates the cube root of x.
| x | cbrt(x) | invalid? |
|---|---|---|
| ±0.0 | ±0.0 | no |
| NaN | NaN | yes |
| ±∞ | ±∞ | no |