MixedExp10

Trait MixedExp10 

Source
pub trait MixedExp10 {
    // Required method
    fn mixed_exp10(&self) -> Self;
}

Required Methods§

Source

fn mixed_exp10(&self) -> Self

Take the exponential, base 10, of self.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl MixedExp10 for f32

Source§

fn mixed_exp10(&self) -> Self

Source§

impl MixedExp10 for f64

Source§

fn mixed_exp10(&self) -> Self

Implementors§