Perseus
    Preparing search index...

    Coefficients for f(x) = a·ln(b·x + c).

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

    Properties

    a b c

    Properties

    a: number

    Vertical scale factor.

    b: number

    Horizontal scale factor.

    c: number

    Horizontal shift (determines vertical asymptote at x = −c/b).