Fixed Point Arithmetic  0
Fixed-point math library.
fixed_point.h File Reference
#include <stdbool.h>
#include "common.h"
#include "types.h"
#include "inline/fixed_point.h"

Go to the source code of this file.

Detailed Description

Author
Juan I Carrano
Juan I. Ubeira

Routines for working with fixed point numbers.

If FXP_C99_INLINE is defined, this header will include the definition of the functions to allow inlining.

If using link-time optimizations, then do not define FXP_C99_INLINE.

Definition in file fixed_point.h.