Constants

float.inc

floatround_method

floatround_method

Different methods of rounding

enum floatround_method {
	floatround_round = 0,
	floatround_floor,
	floatround_ceil,
	floatround_tozero
};

anglemode

anglemode

Different units of measurement for angles

enum anglemode {
	radian = 0,
	degrees,
	grades
};