add, subtract, multiply, divide
当处理很大的整数,long不够用,可以使用BigInteger类搞定
处理精度很高的数,double不够用时
除法时可能因为无限循环小数而抛出异常ArithmeticException 解决方法是指定精度
本文章使用limfx的vscode插件快速发布