//! Tested, `const fn` versions of libm float math functions. e.g. `use deep_time::math::sin;`
//!
//! Re-exports of `sin`, `cos`, `tan`, `atan`, `atan2`, `floor_f`, `rem_euclid_f`, `sqrt`, `log`.
pub use atan;
pub use atan2;
pub use cos;
pub use rem_euclid_f;
pub use floor_f;
pub use log;
pub use sin;
pub use sqrt;
pub use tan;
use *;
use *;
use *;
use *;
use *;
use *;