• Calculates the nth-degree Taylor series approximation of an explicit function at a value centered around another value.

    Parameters

    • func: ChalkboardFunction

      The function

    • val: number

      The value

    • n: 0 | 1 | 2

      The degree

    • a: number

      The center

    Returns number

Generated using TypeDoc