代码示例如下:有帮助望采纳~
import math print(math.sqrt(math.pi**2+3)) print(math.log(2*math.pi*(math.sqrt(13+math.e)))) print(math.atan(math.log(math.pi+1,3)))