hex.inc1ΒΆ

hex++ (if overflows - jump to carry1; else jump to carry0)

SignatureΒΆ

def inc1 hex, carry0, carry1 @ switch, end { ... }

Defined in hex/math_basic.fj β€” lines 99–125 (view on GitHub).

ComplexityΒΆ

  • Time: @

  • Space: 1.5@+13

See the complexity glossary for what @, w, dw, dbit, n mean.

SourceΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: hex.count_bits Next: hex.inc β†’