Closed andreas-roehler closed 10 months ago
When defining
type D4 = (Double, Double, Double, Double)
the last double refers to the length of a list, which only requires an Int. Seeing that, may fasten understanding a little bit. Likewise, later on, when accumulators are initialized, the sum could get a 0.0 instead of 0.
Makes sense. I will revise the text.
Will be fixed in master now.
When defining
type D4 = (Double, Double, Double, Double)
the last double refers to the length of a list, which only requires an Int. Seeing that, may fasten understanding a little bit. Likewise, later on, when accumulators are initialized, the sum could get a 0.0 instead of 0.