src/pylib/builtins/private/mathutils

Search:
Group by:
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