Convert degrees to radians
See also
Other mathematical functions:
calc_min_dist_v()
,
find_curve_elbow()
,
get_2d_angle()
,
get_3d_angle()
,
get_3d_cross_prod()
,
get_dist_point_line()
,
get_traj_velocities()
,
get_velocity()
,
rad_2_deg()
Examples
## One input
deg_2_rad(90)
#> [1] 1.570796
## Multiple inputs
deg_2_rad(c(5, 10, 15, 20))
#> [1] 0.08726646 0.17453293 0.26179939 0.34906585