Why doesn't Sage return `True` for `e < 3`?
I would like to know why Sage does not return True
if I type e < 3
or False
for pi > 4
.
Is there a way to have that as output?
add a comment