任何编程语言都包含许多可用于算术表达式的内置函数。 要使用额外的功能,您通常需要包含额外的库。 例如,最常用的标准数学函数以及如何用 Python 编写它们:
abs(i)
i
math.fabs(x)
x
math.sqrt(x)
math.pow(x,y)
y
导入数学
x1
x2
1000 ms 256 Mb Rules for program design and list of errors in automatic problem checking