aboutsummaryrefslogtreecommitdiff
path: root/go/ssa/testdata/src/math/math.go
blob: 9768a56ef5d0fe7e117c44d990199ba5fda3b171 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package math

func NaN() float64

func Inf(int) float64

func IsNaN(float64) bool

func Float64bits(float64) uint64

func Signbit(x float64) bool

func Sqrt(x float64) float64

func Sin(x float64) float64