Function substrate_fixed::transcendental::exp[][src]

pub fn exp<S, D>(operand: S) -> Result<D, ()> where
    S: FixedSigned + PartialOrd<I9F23>,
    D: FixedSigned + PartialOrd<I9F23> + From<S> + From<I9F23>, 

exponential function e^(operand)