File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# clock (development version)
22
3- * Modulus is now defined between a duration vector and an integer vector
4- through ` <duration> %% <integer> ` . This returns a duration vector containing
5- the remainder of the division (#273 ).
6-
73* New ` date_count_between() ` , ` calendar_count_between() ` , and
84 ` time_point_count_between() ` for computing the number of units of time between
95 two dates (i.e. the number of years, months, days, or seconds). This has a
106 number of uses, like computing the age of an individual in years, or
117 determining the number of weeks that have passed since the start of the year
128 (#266 ).
9+
10+ * Modulus is now defined between a duration vector and an integer vector
11+ through ` <duration> %% <integer> ` . This returns a duration vector containing
12+ the remainder of the division (#273 ).
1313
1414* Integer division is now defined for two duration objects through
1515 ` <duration> %/% <duration> ` . This always returns an integer vector, so be
You can’t perform that action at this time.
0 commit comments