summaryrefslogtreecommitdiff
path: root/src/pkg/math/remainder_decl.go
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+7
2011-09-13Imported Upstream version 60Ondřej Surý1-7/+0
2010-03-03math: added ilogb, logb, remainder, tests and special conditionsCharles L. Dorian1-0/+7
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>