]> Cypherpunks repositories - gostls13.git/commit
math: add lgamma; in-line special cases of acosh, nextafter
authorCharles L. Dorian <cldorian@gmail.com>
Tue, 23 Feb 2010 01:12:48 +0000 (17:12 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 23 Feb 2010 01:12:48 +0000 (17:12 -0800)
commit78e918ccba5102e8911002751840f611fa0d490e
tree189a429555f37874ae3c4328204f5fa89d77dc1a
parent2ac3df210b723d8f1969b070cf56f18df3b5dc57
math: add lgamma; in-line special cases of acosh, nextafter

Added lgamma.go, tests and special cases.

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