Commit 2021-08-03 15:41 2b3cffd3
View on Github →feat(algebra/floor): notation for nat_floor and nat_ceil (#8526)
We introduce the notations ⌊a⌋₊
for nat_floor a
and ⌈a⌉₊
for nat_ceil a
, mimicking the existing notations for floor
and ceil
(with the +
corresponding to the recent notation for nnnorm
).