Performing operations for fixed-point variables

The following operations can be performed on fixed-point variables:

About this task

To carry out the operations, you use the relevant macros that are contained in FixedPoint.h. For example to add fixed-point variables, use the macro FXP_ASSIGN_SUM. (Some of the macros in this file are macros that are called by the operation macros. These macros are not called directly.)


Feedback