• Calculates the double integration of a multivariable function.

    Parameters

    • func: ChalkboardFunction

      The function

    • xinf: number

      The lower x-bound

    • xsup: number

      The upper x-bound

    • yinf: number

      The lower y-bound

    • ysup: number

      The upper y-bound

    Returns number

Generated using TypeDoc