pow(
exp : NTP
) : NTP ;
-- This feature returns self to the power exp, providing that the result
-- is representable, otherwise it shall return nil!
exp : NTP ;
-- This routine returns the value of e raised to the power of self.
log : NTP ;
-- This routine returns the natural logarithm of self (to the base e).