Submitted by cmichel
The function performs type conversions and subtraction without over-/underflow checks:
Recommend checking if the values fit within the type range first, otherwise revert with a meaningful error message, as well as checking for underflows.
ghoul-sol (Judge) commented:
