preconditions for basic operations: true if the operation's result is representable and defined for the given values
default implementations all return `true` such that children have to redefine these only for partial operations such as those resulting in an overflow or that are undefined like a division by zero for most types.
0.095dev (2025-10-09 18:01:25 GIT hash 4826e516431c193e428991dd546a46472973d8d4 built by fridi@fzen)
representable and defined for the given values
default implementations all return `true` such that children have to
redefine these only for partial operations such as those resulting in
an overflow or that are undefined like a division by zero for most
types.