Chi2fit.Math.richardson

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

richardson(func, init, factor, results \\ [], options)

View Source

Specs

richardson(
  func :: (term() -> {float(), term()}),
  init :: term(),
  factor :: float(),
  results :: [float()],
  options :: Keyword.t()
) :: float()

Richardson extrapolation.