Expand description
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.
Re-exports§
pub use atan::atan;pub use atan2::atan2;pub use cos::cos;pub use div::rem_euclid_f;pub use floor::floor_f;pub use log::log;pub use sin::sin;pub use sqrt::sqrt;pub use tan::tan;