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