hex.sub.not_carry

carry = !carry

Signature

def not_carry < .dst { ... }

Defined in hex/math.fj — lines 240–242 (view on GitHub).

Complexity

  • Time: 1

  • Space: 1

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

Requires init

The following must be initialised before this macro is invoked:

  • hex.sub.init (or hex.init)

Source

Used by

Example uses


← Previous: hex.sub.clear_carry/2 Next: hex.sub.set_carry