Math
The math module has a few useful functions to convert acceleration and velocity values from the internal Pixel per Frame or Pixel per Frame Squared into the internal FF32 memory type.
This is done automatically without user intervention.
It also has the implementations for sin, cosine, atan2 and integer square root.
Most of these operations are based on look up tables and favour speed over accuracy.