becquerel
becquerel copied to clipboard
Precision issues of isotope_qty
The isotope quantity module does two things that are not great for numerical precision: It subtracts two very large numbers or multiplies very large numbers with very small once.
It is hard to get this right and the best (only?) way would be to move the internals to https://github.com/fredrik-johansson/mpmath.
Shouldn't be to much of a lift.