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