ao_float.h
Floating-point numbers

Notes

This module defines the fastest floating-point type available on the target platform. Additionally, it provides a couple of mathematical functions for that type.

Configuration

AO_FLOAT

#define AO_FLOAT (32)

The size of a floating-point number, in bits. The following options are available.

32 Includes the ao_floatf.h module, which defines the fastest floating-point type available on the target platform to be the float type, which is always 32 bits wide.
64 Includes the ao_floatl.h module, which defines the fastest floating-point type available on the target platform to be the long double type, which is always 64 bits wide.