Skip to main content

Log210

Trait Log210 

Source
pub trait Log210 {
    const LOG_2_10: Self;
}
Expand description

Provides $\log_2 10$.

Required Associated Constants§

Source

const LOG_2_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 Log210 for f32

$\log_2 10$.

Source§

const LOG_2_10: f32 = core::f32::consts::LOG2_10

Source§

impl Log210 for f64

$\log_2 10$.

Source§

const LOG_2_10: f64 = core::f64::consts::LOG2_10

Implementors§