Home
Name Modified Size InfoDownloads / Week
Release01V05 2011-03-12
Release01V04 2011-03-12
Release01V01 2011-03-05
Release01V03 2011-03-05
Release01V02 2011-03-02
READme.txt 2011-03-05 1.8 kB
Totals: 6 Items   1.8 kB 0
Contact:       Howard_Cary_Morris@hotmail.com
project page:  https://sourceforge.net/projects/onlinelargeint
Source html:   IntCalc.html
Javascript:    ArithL.txt
Releases can be found in Release folders Release__V__
	The first blank has the release number
	The Second Blank has the verion number
	Each release has a more specific README.txt file
General Description:
Basic Online Integer Calculator
	Integer size - no limit except for memory machine can handle
	(Minimum) Arithmetic functions:
		+ Add 
		- Subtract
		* Multiply
		/ divide
		mod (modular arithmetic) same as divide but gives remainder not quotient
		+- If last value in stack is a number (vesus an operation), the sign is flipped
		( Open parenthises
		) close last parenthesis
		= finish current calculation (closes all prenthesis and may may some other defaults)
	(Minimum) Calculator functions:
		RM Recall memory - may place in "Enter Integer" textarea
		SM Save memory - saves last number entered/calculated - you may give memory value a name
			Warning: Will replace value if memory name already used
			Warning: avoid characters < (less than), \ (back slash), and & (amper sign)
			Warning: If a partial calculation has been done, that will be current number calculated
		CM Clear Memory - Drops all memory names and values
		CE Clear entry - removes last item in stack, may be a number of arithmetic function
			Note: You can see what is currently in stack
		CS Clear stack - puts program back to initial state except for memory
Installation: (So far same on all releases)
	On personal PC: copy Source html and Javascript into same folder 
		- open (double-click) source html to start
	On Server site: Same as above
		however may wish to rename IntCalc.html to index.html for stand alone application
Source: READme.txt, updated 2011-03-05