dimforge / alga

Abstract algebra for Rust.
194 stars 39 forks source link

Use libm for trigonometric functions when #[no_std] is enabled. #45

Closed sebcrozet closed 6 years ago

sebcrozet commented 6 years ago

This will remove the need for that workaround. Thus trigonometry-based features will work out of the box, e.g., on nalgebra.