[ Current Projects | Hot List | Personal Interests | Contact Information | Encryption-Decryption software | Karnaugh map generalization | Energy accumulation | Energy Density | Arithmetic engine | Astronomy Coordinates | Curriculum Vitae | Home Page ].
This code uses the traditional arithmetic operation of addition, subtraction and multiplication ;It uses digits scanning to get a division result (the fastest division method).
To calculate the result of two numbers, both must be stored in the program's special declared type: It is an array of digits, a sign character, a left boundary, a right boundary, a flow flag and a point-position index.
The left-right boundaries used to optimize calculation speed.
Requires Windows 95 or higher ,(1024 digits demo).