[−][src]Trait libm::F64Ext
Math support for f64
This trait is sealed and cannot be implemented outside of libm.
Math support for f64
This trait is sealed and cannot be implemented outside of libm.
fn floor(self) -> Selffn ceil(self) -> Selffn round(self) -> Selffn trunc(self) -> Selffn fdim(self, rhs: Self) -> Selffn fract(self) -> Selffn abs(self) -> Selffn mul_add(self, a: Self, b: Self) -> Selffn div_euc(self, rhs: Self) -> Selffn mod_euc(self, rhs: Self) -> Selffn powf(self, n: Self) -> Selffn sqrt(self) -> Selffn exp(self) -> Selffn exp2(self) -> Selffn ln(self) -> Selffn log(self, base: Self) -> Selffn log2(self) -> Selffn log10(self) -> Selffn cbrt(self) -> Selffn hypot(self, other: Self) -> Selffn sin(self) -> Selffn cos(self) -> Selffn tan(self) -> Selffn asin(self) -> Selffn acos(self) -> Selffn atan(self) -> Selffn atan2(self, other: Self) -> Selffn sin_cos(self) -> (Self, Self)fn exp_m1(self) -> Selffn ln_1p(self) -> Selffn sinh(self) -> Selffn cosh(self) -> Selffn tanh(self) -> Selffn asinh(self) -> Selffn acosh(self) -> Selffn atanh(self) -> Selfimpl F64Ext for f64[src]fn floor(self) -> Self[src]fn ceil(self) -> Self[src]fn round(self) -> Self[src]fn trunc(self) -> Self[src]fn fdim(self, rhs: Self) -> Self[src]fn fract(self) -> Self[src]fn abs(self) -> Self[src]fn mul_add(self, a: Self, b: Self) -> Self[src]fn div_euc(self, rhs: Self) -> Self[src]fn mod_euc(self, rhs: f64) -> f64[src]fn powf(self, n: Self) -> Self[src]fn sqrt(self) -> Self[src]fn exp(self) -> Self[src]fn exp2(self) -> Self[src]fn ln(self) -> Self[src]fn log(self, base: Self) -> Self[src]fn log2(self) -> Self[src]fn log10(self) -> Self[src]fn cbrt(self) -> Self[src]fn hypot(self, other: Self) -> Self[src]fn sin(self) -> Self[src]fn cos(self) -> Self[src]fn tan(self) -> Self[src]fn asin(self) -> Self[src]fn acos(self) -> Self[src]fn atan(self) -> Self[src]fn atan2(self, other: Self) -> Self[src]fn sin_cos(self) -> (Self, Self)[src]fn exp_m1(self) -> Self[src]fn ln_1p(self) -> Self[src]fn sinh(self) -> Self[src]fn cosh(self) -> Self[src]fn tanh(self) -> Self[src]fn asinh(self) -> Self[src]fn acosh(self) -> Self[src]fn atanh(self) -> Self[src]