Cube Root
Returns the cube root of the argument, which may be negative.
Controller: CodeCogs
Contents
Interface
C++
Excel
CubeRoot
doublecubeRoot( | double | x | ) |
Accuracy:
<pre> 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 </pre>References
Cephes Math Library Release 2.8: June, 2000Parameters
x input argument.
Authors
- Stephen L. Moshier. Copyright 1984, 1991, 2000
Documentation by Will Bateman (August 2005)
Source Code
Source code is available when you buy a Commercial licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.