aboutsummaryrefslogtreecommitdiff
path: root/src/math/gamma.go
AgeCommit message (Expand)Author
2016-10-18math: speed up Gamma(+Inf)Mohit Agarwal
2016-10-06math: fix Gamma(-171.5) on all platformsRuss Cox
2016-10-05math: fix Gamma(x) for x < -170.5 and other corner casesRuss Cox
2016-03-02all: single space after period.Brad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox