이경수 선생님의 수학실험실

[Java] Class BigInteger 본문

Programming

[Java] Class BigInteger

(이경수) 2019. 5. 19. 10:12

[Java] Class BigInteger

https://docs.oracle.com/javase/7/docs/api/java/math/BigInteger.html

 

BigInteger (Java Platform SE 7 )

Immutable arbitrary-precision integers. All operations behave as if BigIntegers were represented in two's-complement notation (like Java's primitive integer types). BigInteger provides analogues to all of Java's primitive integer operators, and all relevan

docs.oracle.com

 

'Programming' 카테고리의 다른 글

[Java] Class Integer  (0) 2019.05.19
[Java] Class ArrayList  (0) 2019.05.19
[Java] Class HashSet  (0) 2019.05.18
[Java] Class Collections  (0) 2019.05.15
[Java] conversion  (0) 2019.05.15
Comments