deg2rad | R Documentation |
A helper to convert degrees (360 in a circle) to Rad (2\pi
in a circle).
note: R's trig functions, e.g. sin()
use Radians for input!
The formula is radians = deg x 180/\pi
.
180 Degrees is equal to \pi
radians.
1 Rad = 180/\pi
degrees = ~ 57.296 degrees.
deg2rad(deg)
deg |
The value in degrees you wish to convert to radians |
value in radians
https://en.wikipedia.org/wiki/Radian
rad2deg()
, sin()
Other Miscellaneous Functions:
fin_JustifiedPE()
,
fin_NI()
,
fin_interest()
,
fin_percent()
,
fin_ticker()
,
fin_valuation()
,
rad2deg()
,
umxBrownie()
deg2rad(180) == pi # TRUE!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.