Trait Log1p

Source
pub trait Log1p: CubePrimitive + Sized {
    // Provided methods
    fn log1p(x: Self) -> Self { ... }
    fn __expand_log1p(
        scope: &mut Scope,
        x: Self::ExpandType,
    ) -> ExpandElementTyped<Self> { ... }
}

Provided Methods§

Source

fn log1p(x: Self) -> Self

Source

fn __expand_log1p( scope: &mut Scope, x: Self::ExpandType, ) -> ExpandElementTyped<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 Log1p for f32

Source§

impl Log1p for f64

Source§

impl Log1p for bf16

Source§

impl Log1p for f16

Implementors§

Source§

impl Log1p for flex32

Source§

impl Log1p for tf32

Source§

impl<P: CubePrimitive + Log1p> Log1p for Line<P>

Source§

impl<const POS: u8> Log1p for FloatExpand<POS>