Crates.io | radian |
lib.rs | radian |
version | 0.1.2 |
source | src |
created_at | 2024-11-20 07:14:59.12313 |
updated_at | 2024-11-23 04:18:18.478714 |
description | A normalized angle type |
homepage | |
repository | https://github.com/LiamGallagher737/radian |
max_upload_size | |
id | 1454431 |
size | 27,614 |
std
The std
feature is enabled by default. This uses the standard library implmentation of math functions like sin and cos.
libm
The libm
feature can be enabled instead of std
. This will use the libm
crate for math functions like sin and cos.
ufmt
The ufmt
feature will add the ufmt::uDisplay
implmentation for Angle
.