mathsarithmetic

Cube Root

Only available under a commercial licence
COST (GBP)
this unit 0.90
sub units 0.00
add a commercial licence to your cart
0
viewed 3810 times and licensed 17 times
www.codecogs.com/d-ox/maths/arithmetic/cube_root.php
Controller: CodeCogs    Contact Controller

Interface

#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.
Click for details on using CodeCogs in ExcelReal cc_cubeRoot (Real x)
This function is available as a Microsoft Excel add-in.

Function Documentation

Add calculator to your site or email
 
doublecubeRootdoublex )
Range reduction involves determining the power of 2 of the argument. A polynomial of degree 2 applied to the mantissa, and multiplication by the cube root of 1, 2, or 4 approximates the root to within about 0.1%. Then Newton's iteration is used three times to converge to an accurate result.

Accuracy:
                       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
 

References
Cephes Math Library Release 2.8: June, 2000
Parameters:
xinput argument.
Authors:
Stephen L. Moshier. Copyright 1984, 1991, 2000
Documentation by Will Bateman (August 2005)
Source Code:
Register

- To get code register with CodeCogs. Already a Member, then Login.


Last Modified: 18 Oct 07 @ 17:07     Page Rendered: 2008-05-09 23:04:19

Page Comments

  You must login to leave a messge


Valid CSS!   Valid XHTML 1.0 Transitional