BigDecimal和BigInteger

java.math.BigDecimal

BigInteger add(BigInteger other)
BigInteger subtract(BigInteger other)
BigInteger multiply(BigInteger other)
BigInteger divide(BigInteger other)
BigInteger mod(BigInteger other)余数
BigInteger sqrt()平方根
int compareTo()
static BigInteger valueof(long x)返回值等于x的大整数
static BigInteger valueof(String s)返回s所代表的大整数

java.math.BigInteger

BigDecimal add(BigDecimal other)
BigDecimal subtract(BigDecimal other)
BigDecimal multiply(BigDecimal other)
BigDecimal divide(BigDecimal other)商 如果商是一个无限循环小数,该方法会抛出一个异常。
BigDecimal divide(BigDecimal other,RoundingMode mode)RoundingMode。HALF_UP
int compareTo()
posted @ 2021-04-23 22:54  木有呂朋友  阅读(24)  评论(0编辑  收藏  举报