exactaritmetiikkaa
Exaktaritmetiikka, meaning exact arithmetic in Finnish, refers to computational methods that avoid the approximations inherent in standard floating-point arithmetic. Instead of using a fixed number of bits to represent real numbers, which can lead to rounding errors, exact arithmetic systems aim to represent numbers precisely. This is often achieved through the use of rational numbers, where each number is stored as a fraction of two integers.
The primary advantage of exact arithmetic is its ability to guarantee correct results, eliminating the accumulation
However, exact arithmetic comes with a significant computational cost. Storing and manipulating numbers as fractions can