Versions in this module Expand all Collapse all v1 v1.0.1 Jul 28, 2016 v1.0.0 Jul 28, 2016 Changes in this version + func Bisect(fn func(float64, float64) float64, a float64, b float64, tol float64, ...) (c float64, err error) + func CalcVO2max(v, t float64) float64 + func Daniels(runLengthMeters float64, elapsedTime float64, raceLengthMeters float64) (tOut float64, VO2max float64, err error) + func PredictRaces(runLengthMeters float64, elapsedTime float64) (PredictedTimes map[string]float64, VDOT float64, err error) + func TrainingPaces(VO2max float64) (easyPace, maraPace, thresholdPace, intervalPace, repPace float64) Incompatible versions in this module v2.0.0+incompatible Feb 9, 2019