This blog is updated daily.
A general description is here.
‘x %% L’ for finite ‘x’ no longer returns ‘NaN’ when ‘L’ is infinite, nor suffers from cancellation for large finite ‘L’, thanks to Long Qu's PR#17611.
Analogously, ‘x %/% L’ and ‘L %/% x’ suffer less from cancellation and return values corresponding to limits for large ‘L’.
‘barplot()’ could get spacings wrong if there were exactly two bars PR#15522. Patch by Michael Chirico.