aboutsummaryrefslogtreecommitdiff
path: root/go/ssa/testdata/src/math/math.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/ssa/testdata/src/math/math.go')
-rw-r--r--go/ssa/testdata/src/math/math.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/go/ssa/testdata/src/math/math.go b/go/ssa/testdata/src/math/math.go
new file mode 100644
index 000000000..9768a56ef
--- /dev/null
+++ b/go/ssa/testdata/src/math/math.go
@@ -0,0 +1,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