Skip to content
Commit 67ba4f8e authored by Andreas Irrgang's avatar Andreas Irrgang
Browse files

Function 'round_err' works now correctly for cases such as

- e = round_err(0.1078); -> e.value = 0.11 (and not 0.1)
- e = round_err(0.6); -> e.value = 0.6 (and not 0.6000000000000001)
- e = round_err(0.4); -> e.value = 0.4 (and not 0.5)
parent ee4fbe4f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment