plus(
other : NTP
) : NTP ;
-- This routine returns the value which is the sum of self and other,
-- provided that that is representable in the appropriate number domain.
minus(
other : NTP
) : NTP ;
-- This routine returns the value which is the arithmetic difference
-- between self and other, provided that that is representable in the
-- appropriate number domain.