Description Usage Arguments Details Author(s) See Also Examples
Converts radians to degrees and vice versa.
1 2 3 |
d |
degrees |
r |
radians |
Since π rad = 180°, degrees (d) can be converted to radians (r) using r = d · π ∕ 180 and the conversion of radians to degrees is d = r · 180 ∕ π.
Marco J. Maier
see Trigonometric Functions, Hyperbolic Functions, Constants in R
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.