Skip to main content

Module math

Module math 

Source
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;

Modules§

atan
atan2
cos
div
floor
k_cos
k_sin
k_tan
log
rem_pio2
rem_pio2_large
scalbn
sin
sqrt
tan