You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In stead of (19 h + 53 mins) - (16 h + 57 mins) or date(1/Jan/0 19:53) - date(1/Jan/0 16:57) I would like to be able to write something more intuitive like 19h53 - 16h57 or time(19:53) - time(16:57).
The former could be extended to something like 1y2M3d4h5m6s. Even though months and years can vary in length, Math.js has fixed values for them in timespan conversions.
It would also be useful to allow this notation in results.
The text was updated successfully, but these errors were encountered:
Using time in calculations is hard.
In stead of
(19 h + 53 mins) - (16 h + 57 mins)
ordate(1/Jan/0 19:53) - date(1/Jan/0 16:57)
I would like to be able to write something more intuitive like19h53 - 16h57
ortime(19:53) - time(16:57)
.The former could be extended to something like
1y2M3d4h5m6s
. Even though months and years can vary in length, Math.js has fixed values for them in timespan conversions.It would also be useful to allow this notation in results.
The text was updated successfully, but these errors were encountered: