Perseus
    Preparing search index...

    Coefficients for f(x) = a·eᵇˣ + c.

    type ExponentialCoefficient = {
        a: number;
        b: number;
        c: number;
    }
    Index

    Properties

    a b c

    Properties

    a: number

    Vertical scale factor (amplitude).

    b: number

    Growth/decay rate (exponent coefficient).

    c: number

    Vertical shift (horizontal asymptote y-value).