在python中直接使用指数函数exp()是会报错的,NameError: name 'exp' is not defined。这是因为exp()不是python内置的函数,要求指数函数必须导入一些数学的模块来实现 ...
確定! 回上一頁