Skip to content

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.

Notifications You must be signed in to change notification settings

Siddharth-K-Rao/INTAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INTAL

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.

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

No packages published

Languages