标签: python-3.x precision
您好我想使用python3将数字e评估为任意精度。我正在以下列方式尝试numpy的内置函数
import numpy as np print(np.exp(1))
返回2.71828182846。如何增加位数?