Skip to content

HUMANCALCS - A library and calculator software written in JAVA

Notifications You must be signed in to change notification settings

simopil/humancalcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HUMANCALCS - A library and calculator software written in JAVA

  • Humancalcs give a set of basic and complex arithmetic operations in an "human way". Numbers are an array of characters {'0'...'9'} and operations are executed character-by-character like a person does (for example sum is done in column), the purpose is educational.
  • The project is under development and now have capability to do few operations like sums, subtractions and comparision, you can play with them in Main method in "test.java".
  • To compile simply do ./make , .jar file will be saved in build/dist
  • To clean build tree, do ./make clean
  • There is a bash script "testing_purpose" to do checks in functions with random numbers compared to bash arithmetic

About

HUMANCALCS - A library and calculator software written in JAVA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published