3 releases
0.1.2 | Nov 23, 2024 |
---|---|
0.1.1 | Nov 21, 2024 |
0.1.0 | Nov 20, 2024 |
#384 in Math
452 downloads per month
15KB
238 lines
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