bit.add¶
dst[:n] += src[:n]
dst,src are bit[:n]
Signature¶
def add n, dst, src @ carry { ... }
Defined in bit/math.fj — lines 80–86 (view on GitHub).
Complexity¶
Time:
n(8@+14)Space:
n(8@+14)
See the complexity glossary for what @, w, dw, dbit, n mean.