Trait erydanos::Exponential

source ·
pub trait Exponential {
    // Required method
    fn eexp(self) -> Self;
}

Required Methods§

source

fn eexp(self) -> Self

Computes exponent

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Exponential for f32

source§

fn eexp(self) -> Self

source§

impl Exponential for f64

source§

fn eexp(self) -> Self

Implementors§