Blender V2.61 - r43446
|
#include "BLI_math.h"
Go to the source code of this file.
Functions | |
double | round (double x) |
double | double_round (double x, int ndigits) |
Definition in file math_base.c.
double double_round | ( | double | x, |
int | ndigits | ||
) |
Definition at line 65 of file math_base.c.
References fabs(), pow(), and round().
Referenced by Color_ToTupleExt(), Euler_ToTupleExt(), Quaternion_to_tuple_ext(), and Vector_to_tuple_ext().
double round | ( | double | x | ) |
Referenced by double_round().