Math.Sqrt
Math.Log
Math.Log10
Returns the natural or specified-base logarithm of a number.
Math.Log(d, newBase?)
아래 값을 입력하면 예제에 즉시 반영됩니다.
Console
WriteLine
Math
Console.WriteLine(Math.Log(Math.E)); // 1 Console.WriteLine(Math.Log(8, 2)); // 3