Criterion.rs Benchmark Index
See individual benchmark pages below for more details.
Absolute Value
GuardedF64::abs
UnguardedF64::abs
f64::abs
Addition
GuardedF64::add
UnguardedF64::add
f64::add
Arccosine
GuardedF64::acos
UnguardedF64::acos
f64::acos
Arcsine
GuardedF64::asin
UnguardedF64::asin
f64::asin
Arctangent
GuardedF64::atan
UnguardedF64::atan
f64::atan
Arctangent2
GuardedF64::atan2
UnguardedF64::atan2
f64::atan2
Base-10 Logarithm
GuardedF64::log10
UnguardedF64::log10
f64::log10
Base-2 Logarithm
GuardedF64::log2
UnguardedF64::log2
f64::log2
Base-N Logarithm
GuardedF64::log
UnguardedF64::log
f64::log
Cosine
GuardedF64::cos
UnguardedF64::cos
f64::cos
Division
GuardedF64::div
UnguardedF64::div
f64::div
Equality
GuardedF64::eq
f64::eq
Exponential
GuardedF64::exp
UnguardedF64::exp
f64::exp
Floating Point Power
GuardedF64::powf
UnguardedF64::powf
f64::powf
Hyperbolic Arccosine
GuardedF64::acosh
UnguardedF64::acosh
f64::acosh
Hyperbolic Arcsine
GuardedF64::asinh
UnguardedF64::asinh
f64::asinh
Hyperbolic Arctangent
GuardedF64::atanh
UnguardedF64::atanh
f64::atanh
Hyperbolic Cosine
GuardedF64::cosh
UnguardedF64::cosh
f64::cosh
Hyperbolic Sine
GuardedF64::sinh
UnguardedF64::sinh
f64::sinh
Hyperbolic Tangent
GuardedF64::tanh
UnguardedF64::tanh
f64::tanh
Integer Power
GuardedF64::powi
UnguardedF64::powi
f64::powi
Multiplication
GuardedF64::mul
UnguardedF64::mul
f64::mul
Natural Logarithm
GuardedF64::ln
UnguardedF64::ln
f64::ln
Negation
GuardedF64::neg
UnguardedF64::neg
f64::neg
Ordering
GuardedF64
f64
Reciprocal
GuardedF64::recip
UnguardedF64::recip
f64::recip
Remainder
GuardedF64::rem
UnguardedF64::rem
f64::rem
Signum
GuardedF64::signum
UnguardedF64::signum
f64::signum
Sine
GuardedF64::sin
UnguardedF64::sin
f64::sin
Square Root
GuardedF64::sqrt
UnguardedF64::sqrt
f64::sqrt
Subtraction
GuardedF64::sub
UnguardedF64::sub
f64::sub
Tangent
GuardedF64::tan
UnguardedF64::tan
f64::tan