]> Cypherpunks repositories - gostls13.git/commit
math: Pow special cases (signed zero, IEEE 754-2008)
authorCharles L. Dorian <cldorian@gmail.com>
Thu, 3 Jun 2010 03:55:47 +0000 (20:55 -0700)
committerRuss Cox <rsc@golang.org>
Thu, 3 Jun 2010 03:55:47 +0000 (20:55 -0700)
commit3d4c97b82c90ee94400c40475207ff858fc88fb2
tree262bcbb687cd397d5cb7d4488aec861be97dfc64
parent6372bbbf3effbd0908ea71bbdbb2bac4ac353d67
math: Pow special cases (signed zero, IEEE 754-2008)

Also added more tests for acosh, hypot, log, log10, log2
in all_test.go.

R=rsc
CC=golang-dev
https://golang.org/cl/1417041
src/pkg/math/all_test.go
src/pkg/math/pow.go