| Crates.io | radian |
| lib.rs | radian |
| version | 0.1.3 |
| created_at | 2024-11-20 07:14:59.12313+00 |
| updated_at | 2025-06-04 20:49:55.569646+00 |
| description | A normalized angle type |
| homepage | |
| repository | https://github.com/LiamGallagher737/radian |
| max_upload_size | |
| id | 1454431 |
| size | 40,644 |
stdThe std feature is enabled by default. This uses the standard library implmentation of math functions like sin and cos.
libmThe libm feature can be enabled instead of std. This will use the libm crate for math functions like sin and cos.
ufmtThe ufmt feature will add the ufmt::uDisplay implmentation for Angle.