Audacity 3.2.0
|
#include <math.h>
Go to the source code of this file.
Macros | |
#define | lrint(dbl) ((int)rint(dbl)) |
#define | lrintf(flt) ((int)rint(flt)) |
#define lrint | ( | dbl | ) | ((int)rint(dbl)) |
Definition at line 169 of file float_cast.h.
#define lrintf | ( | flt | ) | ((int)rint(flt)) |
Definition at line 170 of file float_cast.h.