[ prog / sol / mona ]

prog


Challenge^2: Floating Point without Errors

1 2020-10-16 10:11

https://rosettacode.org/wiki/Pathological_floating_point_problems
Implement this RC challenge, without loading external libraries/programs in your favorite language(standard library parts are allowed).

Rules:
1. All three tasks must be solved exactly - no errors.
2. No loading any external programs or libraries.
3. Solution should be as laconic as possible: you are allowed to implement anything but larger solutions will be treated as weaker than shorter ones.

59


VIP:

do not edit these