[][src]Module simdeez::libm

libm in pure Rust

This is pulled from https://github.com/rust-lang-nursery/libm Maintainers of that project have gone dark, and I had to fix some things so I just pulled it into simdeez. This is all just to support no_std

Traits

F32Ext

Math support for f32

F64Ext

Math support for f64

Functions

acos
acosf
asin
asinf
atan
atan2
atan2f
atanf
cbrt
cbrtf
ceil
ceilf
cos
cosf
cosh
coshf
exp
exp2
exp2f
expf
expm1
expm1f
fabs
fabsf
fdim
fdimf
floor
floorf
fma
fmaf
fmod
fmodf
hypot
hypotf
log
log1p
log1pf
log2
log2f
log10
log10f
logf
pow
powf
round
roundf
scalbn
scalbnf
sin
sinf
sinh
sinhf
sqrt
sqrtf
tan
tanf
tanh
tanhf
trunc
truncf