]> Cypherpunks repositories - gostls13.git/commit
math: add Gamma function
authorCharles L. Dorian <cldorian@gmail.com>
Fri, 19 Mar 2010 22:29:22 +0000 (15:29 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 19 Mar 2010 22:29:22 +0000 (15:29 -0700)
commit26f0c83eb8ebed8e00ad7bdb4cd23672a9c9e40e
treeb4e29adad53bcd7d69996661b785f545764c19b6
parent64f33880e5d91834fc7d23a3bf8191dfce5fdc23
math: add Gamma function

R=rsc
CC=golang-dev
https://golang.org/cl/649041
src/pkg/math/Makefile
src/pkg/math/all_test.go
src/pkg/math/gamma.go [new file with mode: 0644]