Skip to main content

Ln10

Trait Ln10 

Source
pub trait Ln10 {
    const LN_10: Self;
}
Expand description

Provides $\ln 10$.

Required Associated Constants§

Source

const LN_10: Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl Ln10 for f32

$\ln 10$.

Source§

const LN_10: f32 = core::f32::consts::LN_10

Source§

impl Ln10 for f64

$\ln 10$.

Source§

const LN_10: f64 = core::f64::consts::LN_10

Implementors§