Files

3 lines
56 B
Python
Raw Permalink Normal View History

2026-04-16 16:51:05 +08:00
def aligned(v, by):
return (v + (by - 1)) / by * by