]> Cypherpunks repositories - gostls13.git/commit
pkg/math: undo manual inlining of IsInf and IsNaN
authorLuuk van Dijk <lvd@golang.org>
Wed, 1 Feb 2012 15:08:31 +0000 (16:08 +0100)
committerLuuk van Dijk <lvd@golang.org>
Wed, 1 Feb 2012 15:08:31 +0000 (16:08 +0100)
commit8dd3de4d4b304989019dac9be49e53a0f280908b
tree5fb179ce5650750ccb56c750d4a0b5f97268d528
parent702151a2001763aa0b535304377b4b2415141c92
pkg/math: undo manual inlining of IsInf and IsNaN

R=rsc
CC=golang-dev
https://golang.org/cl/5484076
29 files changed:
src/pkg/math/acosh.go
src/pkg/math/asinh.go
src/pkg/math/atan2.go
src/pkg/math/atanh.go
src/pkg/math/cbrt.go
src/pkg/math/dim.go
src/pkg/math/erf.go
src/pkg/math/exp.go
src/pkg/math/expm1.go
src/pkg/math/floor.go
src/pkg/math/frexp.go
src/pkg/math/gamma.go
src/pkg/math/hypot.go
src/pkg/math/j0.go
src/pkg/math/j1.go
src/pkg/math/jn.go
src/pkg/math/ldexp.go
src/pkg/math/lgamma.go
src/pkg/math/log.go
src/pkg/math/log1p.go
src/pkg/math/logb.go
src/pkg/math/mod.go
src/pkg/math/nextafter.go
src/pkg/math/pow.go
src/pkg/math/remainder.go
src/pkg/math/sin.go
src/pkg/math/sincos.go
src/pkg/math/sqrt.go
src/pkg/math/tan.go