Definition : INT_MULT_FLOAT(int i, float f)

Defined in : #include <math.h>

Description: Multiplication of int and float defaults to rounding. See
             INT_MULT_FLOAT_ROUND for more details.

See also   : INT_MULT_FLOAT_ROUND and INT_MULT_FLOAT_TRUNC
