📜  python 使用 numphy - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:14.299000             🧑  作者: Mango

代码示例1
from decimal import Decimal
num1=Decimal('1.1')
num2=Decimal('1.563')
print(num1+num2)