#include <codecogs/maths/arithmetic/cube_root.h>
using namespace Maths::Arithmetic;
| double | cubeRoot (double x) Returns the cube root of the argument, which may be negative. | |
| Real | cc_cubeRoot (Real x) This function is available as a Microsoft Excel add-in. |
| doublecubeRoot( | double | x | ) |
Relative error:
arithmetic domain # trials peak rms
DEC -10,10 200000 1.8e-17 6.2e-18
IEEE 0,1e308 30000 1.5e-16 5.0e-17
| x | input argument. |