fx64c

Definition

typedef s64 fx64c;

Description

These fixed-point decimals consist of 1-bit signs, 31-bit integers, and 32-bit decimals. This type is mainly used in calculations and constants requiring accuracy. Be aware that this type has a different number of bits for the decimal portion.

See Also

fx16, fx32, fx64

Revision History

01/19/2004 Initial version.