Fix2Frac
Fix2Frac Convert a Fixed to a Fract data type
#include <FixMath.h> Toolbox Utilities
Fixed arg ; value to convert
returns arg, expressed as a Fract data type
Fix2Frac returns its Fixed argument, converted into a Fract data type.
arg is a 32-bit Fixed value.
Returns: a 32-bit Fract value, equivalent to arg to the best precision
possible for the data type.