语法以下是`exp()` 方法的语法: ```py import math math.exp( x ) ``` **注意:** ... #!/usr/bin/python import math # 导入math 模块 print "math.exp(-45.17) : " ...
確定! 回上一頁