随笔分类 -  BigInteger

摘要:BigInteger的概述:可以让超过Integer 范围内的数据进行运算。 构造方法: public BIGInteger (String val); 通过构造方法接收String类型的数字 String s = "123456789987654321123"; BigInteger b = ne 阅读全文
posted @ 2021-04-20 20:54 一块 阅读(219) 评论(0) 推荐(0)