An intal is a non negative integer of arbitrary length. The integer is stored as a null-terminated string of ASCII characters. An intal is represented as a string of decimal digits ('0' thru '9') that are stored in the big-endian style. That is, the most significant digit is at the head of the string. Here, we are performing basic operations such as addition, subtraction, multiplication and finding power of two numbers along with the GCD and factorial of a number.
-
Notifications
You must be signed in to change notification settings - Fork 0
An intal is a non negative integer of arbitrary length. The integer is stored as a null-terminated string of ASCII characters. An intal is represented as a string of decimal digits ('0' thru '9') that are stored in the big-endian style. That is, the most significant digit is at the head of the string.
Siddharth-K-Rao/INTAL
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
An intal is a non negative integer of arbitrary length. The integer is stored as a null-terminated string of ASCII characters. An intal is represented as a string of decimal digits ('0' thru '9') that are stored in the big-endian style. That is, the most significant digit is at the head of the string.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published