Versions in this module Expand all Collapse all v0 v0.0.1 Feb 2, 2025 Changes in this version + const TestToleranceAbsolute + const TestToleranceRelative + type CSVFloat64Reader struct + func NewCSVFloat64Reader(filePath string) (*CSVFloat64Reader, error) + func (r *CSVFloat64Reader) ReadLines() <-chan LineData + type LineData struct + Err error + LineNumber int + Values []float64