Shared Tutorials New
Website Development
2D & 3D Graphics
Audio & Video Editing
Databases
Desktop Programming
Operating Systems
Business Applications
Miscellaneous
Selected Reading
© 2011 TutorialsPoint.COM
|
Shared Tutorials Directory
Tutorials Shared by the Community
-
This unit uses an array of bytes to represent a LARGE number.
http://www.esanu.name/delphi/Algorithms/Maths/Huge%20numbers.html
Tutorial Statistics
This unit uses an array of bytes to represent a LARGE number. The number is binairy-stored in the array, with the Least Significant Byte (LSB) first and the Most Significant Byte (MSB) last, like all Intel-integer types.
Arithmetic is not 10-based or 2-based, but 256-based, so that each byte represents one (1) digit. More detail...
|
|
|