1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00
rofi/lexer
Dave Davenport b6ce41825c [#1569] Add initial round,floor,ceil function
a round b
 rounds a to the closest multiple off b

 a ceil b
 ceil a to the multiple off b

 a floor b
 floor a to the multiple off b

 Completely untested.
2022-01-18 11:01:56 +01:00
..
theme-lexer.l [#1569] Add initial round,floor,ceil function 2022-01-18 11:01:56 +01:00
theme-parser.y [#1569] Add initial round,floor,ceil function 2022-01-18 11:01:56 +01:00