I want the overflow behavior for DT and DT::Duration objects that support scientific 
time math.  The second is the official unit of time in the SI system.  So I'd like to 
have a a class that supports 10^9 - 10^-9 seconds.

Possible names are:

DateTime::Wrapper::SI
DateTime::Wrapper::Units
DateTime::Wrapper::SIUnits

Units that would overflow to larger intervals:

gigasecond
megasecond
kilosecond
hectosecond
decasecond

Units that would translate to nanoseconds with overflow to larger intervals:

decisecond
centisecond
millisecond
microsecond
nanosecond

Of course there are many more units that would require Math::BigInt. :)

Cheers,

-J

--

Reply via email to