Important: The information in this document is obsolete and should not be used for new development.
FractCubeRoot
You can use theFractCubeRoot
function to calculate the cube root of afract
number.
fract FractCubeRoot (fract source);
source
- The
fract
number for which the cube root is required.- function result
- The cube root of the
fract number. This number is a signed value.
DESCRIPTION
TheFractCubeRoot
function returns the cube root of afract
number.