Public Function CubeRoot( _ ByVal vX As Variant _ ) As Variant
CubeRoot(-2) = -1.25992104989487 CubeRoot(+2) = 1.25992104989487 CubeRoot(+3) = 1.44224957030741 CubeRoot(+9) = 2.0800838230519See 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.