Skip to content

alBeToe/Number_Manipulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

NUMBER MANIPULATION

At this point it's only a sketch but this repository will contain classes, 
enums and interfaces for number manipulation (integers and reals).

By manipulation, I mean:

	- Base conversion, 
	- Translation into Roman Numerals, 
	- Divisors determination, 
	- Etc.