Files
pqAutomationApp/UniTAP/dev/ports/modules/internal_utils/math.py

3 lines
56 B
Python
Raw Normal View History

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