nvector
0.7
Introduction to Nvector
Description
Documentation and code
Installation
Unit tests
Acknowledgement
Getting Started
See also
Functional examples
License
Authors
Changelog
Module Reference
nvector package
Geodesic functions
Rotation matrices and angles
Misc functions
nvector._core.nthroot
nvector._core.deg
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_angle
)
[source]
[source]
¶
Converts angle in degrees to radians.
Parameters:
deg_angle:
angle in degrees
Returns:
rad_angle:
angle in radians
See also
deg