summaryrefslogtreecommitdiff
path: root/src/pkg/math/remainder.go
AgeCommit message (Collapse)AuthorFilesLines
2010-03-03math: added ilogb, logb, remainder, tests and special conditionsCharles L. Dorian1-0/+85
Also added expm1_386 and remainder_386; shortened exp_386 R=rsc CC=golang-dev http://codereview.appspot.com/217109 Committer: Russ Cox <rsc@golang.org>