goscript-engine 0.1.0

goscript engine
Documentation
1
2
3
4
5
6
7
8
package math

const Pi2 = 6.28

func Sin(x float64) float64 {
    return x
}