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;