7 lines
86 B
Go
7 lines
86 B
Go
package basic
|
|
|
|
import "math"
|
|
|
|
const rad = math.Pi / 180.0
|
|
const deg = 180.0 / math.Pi
|