gonum/floats

Sub and SubTo have confusing doc

Closed this issue · 1 comments

The doc for Sub(s, t) states that the first argument is subtracted from the second. This implies that it computes (t-s) when it actually computes (s-t).

Fixed. Thanks for the report.