Important: The information in this document is obsolete and should not be used for new development.
Performing Calculations on Fixed-Point Numbers
The Operating System provides four functions that you can use to perform a few common calculations on fixed-point numbers. TheFracSqrt
function allows you to obtain the square root of a number. TheFracCos
,FracSin
, andFixATan2
functions allow you to obtain fast approximations of trigonometric functions on fixed-point numbers.
Subtopics
- FracSqrt
- FracCos
- FracSin
- FixATan2