fx64

Definition

typedef s64 fx64;

Description

These fixed-point decimals consist of 1-bit signs, 51-bit integers, and 12-bit decimals. This type is usually used when expanding fx32 during a calculation.

See Also

fx16, fx32, fx64c

Revision History

01/19/2004 Initial version.