hex.dec1ΒΆ

hex-- (if underflows - jump to borrow1; else jump to borrow0)

SignatureΒΆ

def dec1 hex, borrow0, borrow1 @ switch, borrow, end { ... }

Defined in hex/math_basic.fj β€” lines 145–172 (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.inc.step Next: hex.dec β†’