首页 > 其他 > 详细

BigInteger类

时间:2017-02-16 22:17:56      阅读:167      评论:0      收藏:0      [点我收藏+]

 


BigInteger的概述

 

  • 可以让超过Integer范围内的数据进行运算

 


构造方法

 

  • public BigInteger(String val)

 


成员方法

 

  • public BigInteger add(BigInteger val)
  • public BigInteger subtract(BigInteger val)
  • public BigInteger multiply(BigInteger val)
  • public BigInteger divide(BigInteger val)
  • public BigInteger[] divideAndRemainder(BigInteger val)

 

BigInteger类

原文:http://www.cnblogs.com/loaderman/p/6407220.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!