toDeg top-level constant
double
const toDeg
Shorthand to convert radians to Degrees. (multiply radians with this value)
Implementation
const double toDeg = 180.0 / pi;
Shorthand to convert radians to Degrees. (multiply radians with this value)
const double toDeg = 180.0 / pi;