Convert degrees to radians
deg_2_rad(deg)
deg | Degrees (a numeric of any length >= 1) |
---|
The angle(s) in radians (as a numeric vector of the same length)
Other mathematical functions:
find_curve_elbow()
,
get_2d_angle()
,
get_3d_angle()
,
get_3d_cross_prod()
,
get_dist_point_line()
,
get_velocity()
,
rad_2_deg()
Vikram B. Baliga
## One input deg_2_rad(90)#> [1] 1.570796#> [1] 0.08726646 0.17453293 0.26179939 0.34906585