Math.Min
Math.Pow
Math.Sqrt
Returns a specified number raised to the specified power.
Math.Pow(x, y)
아래 값을 입력하면 예제에 즉시 반영됩니다.
Console
WriteLine
Math
Console.WriteLine(Math.Pow(2, 10)); // 1024 Console.WriteLine(Math.Pow(9, 0.5)); // 3