Skip to content

dinhanhx/big-number-process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big number process

Created by Vu Dinh Anh on October 8th 2019

Purpose:

I have coded some Java classes for people who want to process gigantic numbers without losing data.

How to use:

Open file "DriveCode.java" where I have written all examples and instructions. There are suffixes but only upto Novendecillion. If your number is larger than Novendecillion, it will use SNF (Suffix Not Found).

BigNum class methods:

  • public void setNumber(ArrayList number)
  • public ArrayList getNumber()
  • public void setNumtxt(String numtxt)
  • public void displayNumber()
  • public void displayNumberExtra()

BigOper class methods:

  • public ArrayList addition(ArrayList num1, ArrayList num2)
  • public ArrayList subtraction(ArrayList num1, ArrayList num2)
  • public ArrayList multiplication(ArrayList num1, ArrayList num2)
  • public ArrayList division(ArrayList num1, ArrayList num2)
    • public ArrayList returnR()

Note:

There are methods to check which one is bigger and they are equal or not.

About

big-number-process is code in Java for storing and operating gigantic numbers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages