Files
gonum/integrate
Dan Kortschak 773146b12d all: fix repeated word typos in comments
Found with m/\b([a-zA-Z]+) \1\b/ and m/\b([a-zA-Z]+)\n[ \t]*// \1\b/.
2019-03-29 07:58:21 +10:30
..
2017-07-10 07:03:44 +09:30

Gonum integrate GoDoc

Package integrate provides numerical evaluation of definite integrals of single-variable functions for the Go programming language.