goscript-types 0.1.0

goscript types
Documentation
1
2
3
4
5
6
7
package math

const Pi2 = 6.28

func Sin(x float64) float64 {
    return x
}