LOFTER for ipad —— 让兴趣,更有趣
import math
abs:绝对值
max:最大值
min:最小值
pow(3,5):3^5
sqrt:平方根
sin:三角函数
dir(math):显示math包中的所有函数
help(math.abs):显示函数说明