pub fn exp_step<T: SignedNumber + Float, X: Base<T> + FloatOps<T> + SignedNumberOps<T>>(
x: X,
k: X,
n: T,
) -> XExpand description
returns an exponential step (y position on a graph for x); k is control parameter, n is power which gives sharper curves.