The std
feature is enabled by default. This uses the standard library implmentation of math functions like sin and cos.
The libm
feature can be enabled instead of std
. This will use the libm
crate for math functions like sin and cos.
The ufmt
feature will add the ufmt::uDisplay
implmentation for Angle
.