exp_step

Function exp_step 

Source
pub fn exp_step<T: SignedNumber + Float, X: Base<T> + FloatOps<T> + SignedNumberOps<T>>(
    x: X,
    k: X,
    n: T,
) -> X
Expand description

returns an exponential step (y position on a graph for x); k is control parameter, n is power which gives sharper curves.