src/pylib/builtins/private/mathutils
Theme:
🌗 Match OS
🌑 Dark
🌕 Light
Index
Search:
Group by:
Section
Type
Procs
iPosCeil
iPosCeil[I: SomeInteger](x: float): I
rangeLen
rangeLen[I](start, stop, step: I): I
Source
Edit
Procs
func
iPosCeil
[
I
:
SomeInteger
]
(
x
:
float
)
:
I
I(ceil(x)) if x > 0 else 0
Source
Edit
func
rangeLen
[
I
]
(
start
,
stop
,
step
:
I
)
:
I
Source
Edit