Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 736 Bytes

arithmetic.md

File metadata and controls

11 lines (6 loc) · 736 Bytes

Arithmetic

Students should understand the concepts of arithmetic and its normal syntax (+, -, *, etc). Languages that have unusual syntax or prefer methods to symbols should have an exercise demonstrating this.

Arbitrary precision arithmetic

Arbitrary-precision arithmetic, also called bignum arithmetic, multiple-precision arithmetic, or sometimes infinite-precision arithmetic, indicates that calculations are performed on numbers whose digits of precision are limited only by the available memory of the host system.1


[1] Arbitrary-precision arithmetic, Wikipedia. (2019). https://en.wikipedia.org/w/index.php?title=Arbitrary-precision_arithmetic&oldid=926089564 (accessed January 18, 2020).