integral

Calculate the integral of a function.

  1. auto integral(S P, Function f)
  2. auto integral(S P, Function f)
    integral
    (
    Centering centering = Centering.yes
    S
    Function
    )
    (
    S P
    ,
    Function f
    )
    if (
    isPointSet!S &&
    hasPrecision!S
    &&
    hasDimensionR!S
    &&
    isArray!(ParameterTypeTuple!Function)
    &&
    isFloatingPoint!(ElementType!(ParameterTypeTuple!Function))
    &&
    (isBisectable!S)
    )

Meta