Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

BigInteger like thing in java

Revision en1, by sanjaysingh23_, 2020-05-27 21:00:10

Hi all, I am sure that all who code in java are familiar with bigIntegers their advantages and disadvantages they come with. However u may know that while using BigIntegers we cannot use normal mathematical operations. We have to implicitly write all the names of the methods like .add(), .multiply() etc.

So do u have any other thing in mind or which u use apart from BigIntegers to store extremly large numbers in java? or is there any shortcut to use BigIntegers?

Tags #java, biginteger, long long

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English sanjaysingh23_ 2020-05-27 21:00:10 501 Initial revision (published)