<-- Previous || Up || Next -->

Cube Root Function
Math Engineering Class

Public Function CubeRoot( _
    ByVal vX As Variant _
    ) As Variant

Compute the cube root.

Examples:
    CubeRoot(-2) = -1.25992104989487
    CubeRoot(+2) = 1.25992104989487
    CubeRoot(+3) = 1.44224957030741
    CubeRoot(+9) = 2.0800838230519
See also:
    DCBRT Function
    Sqr Function (Visual Basic)
vX: Function returns Null if vX is Null or cannot be fixed up to a Double precision floating point number.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.