Versions in this module Expand all Collapse all v0 v0.7.2 Jul 9, 2024 v0.7.1 Jun 14, 2024 Changes in this version + type LogarithmicFormula struct + func LogarithmicFit(xData, yData []float64) (*LogarithmicFormula, error) + func MustLogarithmicFit(xData, yData []float64) *LogarithmicFormula + func (lf *LogarithmicFormula) Evaluate(x float64) float64