would you use the floor and ceiling mathematical o...
# random
h
would you use the floor and ceiling mathematical operators (e.g. ⌊3/2⌋, ⌈3/2⌉ ) if they were on the keyboard, instead of
floor(3/2)
,
ceil(3/2)
?
🚫 8