Function hydra_dx_math::transcendental::exp[][src]

pub fn exp<S, D>(operand: S, neg: bool) -> Result<D, ()> where
    S: FixedUnsigned + PartialOrd<D>,
    D: FixedUnsigned + PartialOrd<S> + From<S>, 
Expand description

exponential function e^(operand) neg - bool indicates that operand is negative value.