go-types 0.1.5

The type checker of the Goscript project.
Documentation
1
2
3
4
5
6
7
package math

const Pi2 = 6.28

func Sin(x float64) float64 {
    return x
}