Go to the source code of this file.
|
constexpr double | doodle::to_radians (double angle_in_degrees) noexcept |
| Converts a degree measurement to its corresponding value in radians. Radians and degrees are two ways of measuring the same thing. There are 360 degrees in a circle and \(2\pi\) radians in a circle. For example, \(90^{\circ}=\frac{\pi}{2}=1.5707964\). More...
|
|
constexpr double | doodle::to_degrees (double angle_in_radians) noexcept |
| Converts a radian measurement to its corresponding value in degrees. Radians and degrees are two ways of measuring the same thing. There are 360 degrees in a circle and \(2\pi\) radians in a circle. For example, \(90^{\circ}=\frac{\pi}{2}=1.5707964\). More...
|
|