tarcieri / micromath

Embedded Rust arithmetic, 2D/3D vector, and statistics library
Apache License 2.0
402 stars 21 forks source link

Initial F32Ext trait with abs, atan2, and sqrt #2

Closed tarcieri closed 5 years ago

tarcieri commented 5 years ago

Imports the existing f32 extension from the accelerometer crate, along with the arithmetic operations it previously impl'd:

tarcieri commented 5 years ago

Some strange issue with Travis's status reporting? Reopening with a new PR...