1.1.0版本
This commit is contained in:
2
UniTAP/dev/ports/modules/internal_utils/math.py
Normal file
2
UniTAP/dev/ports/modules/internal_utils/math.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def aligned(v, by):
|
||||
return (v + (by - 1)) / by * by
|
||||
Reference in New Issue
Block a user