summaryrefslogtreecommitdiff
path: root/src/pkg/math/fdim.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-29/+0
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+29
2011-09-13Imported Upstream version 60Ondřej Surý1-29/+0
2010-02-09math: add functions Log2, Nextafter, Fdim, Fmax, FminCharles L. Dorian1-0/+29
Add functions, tests and benchmarks. Fix typos in comments in expm1 and hypot_386. Fix Acosh domain error in benchmark test. R=rsc CC=golang-dev http://codereview.appspot.com/204069 Committer: Russ Cox <rsc@golang.org>