任何编程语言都包含许多可用于算术表达式的内置函数。 要使用额外的功能,您通常需要包含额外的库。 例如,最常用的标准数学函数及其在 C# 中的表示法。
Math.Abs(x) -
Math.Sqrt(x) -
Math.Pow(x,y) - < /code>计算 x 的 y 次方。 请记住,函数参数始终 写在括号中。
1000 ms 32 Mb Rules for program design and list of errors in automatic problem checking