Type Definition gba::fixed::i16fx14

source ·
pub type i16fx14 = Fixed<i16, 14>;
Expand description

i16 with 14 bits of fixed-point fraction.

This is used by the ArcTan and ArcTan2 BIOS functions.