BOOTSTRAP (klibm) functions
LIBRARY ROUTINE
kcbrt - compute the cube root of the argument.
LIBRARY CALL
double kcbrt(double x)
INPUT
- x - value perform the cube root function on
OUTPUT
none
RETURN VALUE
the double precision cube root of the input argument.
DESCRIPTION
The kcbrt function computes the cube root of the
double precision input argument.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/klibm/src/klibm.c
SEE ALSO
klibm(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.