python中e的N次方怎么表示
1个回答
展开全部
Python 3.6.1 (default, Sep 7 2017, 16:36:03)
[GCC 6.3.0 20170406] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import math
>>> help(math)
>>> math.e ** 2
7.3890560989306495
>>> math.exp(2)
7.38905609893065
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询