pub fn checked_trinum(x: usize) -> Option<usize>
Same as trinum, but returns None if calculation would overflow.
trinum
None