8 releases
| 0.3.1 | Feb 13, 2023 |
|---|---|
| 0.3.0 | May 21, 2022 |
| 0.2.3 | Apr 25, 2022 |
| 0.2.2 | Mar 31, 2022 |
| 0.1.1 | Feb 16, 2022 |
#950 in Math
3,352 downloads per month
Used in 3 crates
30KB
622 lines
radians
A crate for storing angles.
Exports the types Rad32 and Rad64 for dealing with angles in radians,
as well as Wrap32 and Wrap64 for angles that automatically wrap around -π and +π.
Supports custom formatting in terms of degrees, minutes, and seconds, via the Rad{32, 64}.deg() method.
License: MIT OR Apache-2.0
Dependencies
~74KB