Open
Description
I was mentioning to someone or another the difficulty of taking reciprocals of natural numbers, or doing anything significant with them, and part of the problem is that things may be a little too abstract
-- in particular, one-Q +Q one-Q
is not judgmentally equal to rational-Z (int-N 2)
.
Making more things abstract for rational numbers is definitely good for build performance, but this makes constants very hard to work with, e.g. one-half-Q + one-half-Q = one-Q
. This is, in particular, why we have double-le-Q
the way it is.
This is mostly a reminder to work on this myself.