3 releases

0.1.2 Nov 23, 2024
0.1.1 Nov 21, 2024
0.1.0 Nov 20, 2024

#384 in Math

Download history 207/week @ 2024-11-15 228/week @ 2024-11-22 13/week @ 2024-11-29 4/week @ 2024-12-06

452 downloads per month

MIT/Apache

15KB
238 lines

radian

A normalized angle type

crates.io docs.rs

Cargo Features

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.

Dependencies

~2MB
~41K SLoC