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.