math.Sqrt
math.Pow
math.Max
Returns x**y, the base-x exponential of y.
math.Pow(x, y float64) float64
아래 값을 입력하면 예제에 즉시 반영됩니다.
fmt
Println
math
fmt.Println(math.Pow(2, 10)) // 1024