Chi2fit.Math.integrate

You're seeing just the function integrate, go back to Chi2fit.Math module for more information.
Link to this function

integrate(method, func, a, b, options \\ [])

View Source

Specs

integrate(
  method(),
  (float() -> float()),
  a :: float(),
  b :: float(),
  options :: Keyword.t()
) ::
  float()

Numerical integration providing Gauss and Romberg types.