Different methods of rounding
floatround_methodenum floatround_method {
floatround_round = 0,
floatround_floor,
floatround_ceil,
floatround_tozero
};
Constants
enum floatround_method {
floatround_round = 0,
floatround_floor,
floatround_ceil,
floatround_tozero
};
enum anglemode {
radian = 0,
degrees,
grades
};