1.用于大数的运算
方法有:加减乘除 add() subtract() multiply() divide()
还有幂运算 pow() 取模 mod() 取余 remainder() 求绝对值 abs()