toRad top-level constant

double const toRad

Shorthand to convert degrees to Radians. (multiply degrees with this value)

Implementation

const double toRad = pi / 180.0;