Files
xinzhu.yin c157e774e5 1.1.0版本
2026-04-16 16:51:05 +08:00

3 lines
56 B
Python

def aligned(v, by):
return (v + (by - 1)) / by * by