nvector
0.7
Introduction to nvector
Description
Documentation and code
Installation
Unit tests
Acknowledgement
Getting Started
See also
Functional examples
License
Authors
Module Reference
nvector package
Geodesic functions
Rotation matrices and angles
Misc functions
nvector._core.deg
nvector._core.mdot
nvector._core.nthroot
nvector._core.rad
nvector._core.select_ellipsoid
nvector._core.unit
OO interface to Geodesic functions
nvector
Docs
»
Modules
»
nvector package
»
nvector._core.rad
View page source
nvector._core.rad
¶
rad
(
*deg_angles
)
[source]
¶
Converts angle in degrees to radians.
Parameters
deg_angles:
angle in degrees
Returns
rad_angles:
angle in radians
See also
deg