bit.div10¶
dst[:n], src[:n] = src[:n] / 10, src[:n] % 10.
Signature¶
def div10 n, dst, src @ zero, end { ... }
Defined in bit/div.fj — lines 4–11 (view on GitHub).
Complexity¶
Time:
n(5@+11)Space:
n(5@+11)
See the complexity glossary for what @, w, dw, dbit, n mean.