Mixedlog

Trait Mixedlog 

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

Required Methods§

Source

fn mixed_log(&self) -> Self

Take natural logarithm, 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 Mixedlog for f32

Source§

fn mixed_log(&self) -> Self

Source§

impl Mixedlog for f64

Source§

fn mixed_log(&self) -> Self

Implementors§