Unknown ≠ Undefined

So MathCheck uses 3 truth values: F, U, and T

Computation is often imprecise

Numeric values in MathCheck may be

So to MathCheck, `sqrt(sin^2 1 + cos^2 1 - 1) > 0` could in principle yield F, U, or T

`rArr` The truth value data type inside MathCheck has 7 different values:

Therefore

Curiously, U can be obtained from F and T similarly to
how FU and so on are obtained from F, U, and T