码迷,mamicode.com
首页 > 其他好文 > 详细

BigInteger类

时间:2017-02-16 22:20:03      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:and   构造方法   span   margin   div   val   ide   pad   tip   

 


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类

标签:and   构造方法   span   margin   div   val   ide   pad   tip   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!