hex.sub.set_carry

carry = 1

Signature

def set_carry { ... }

Defined in hex/math.fj — lines 248–251 (view on GitHub).

Complexity

  • Time: 2@+6

  • Space: 2@+21

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

Depends on


← Previous: hex.sub.not_carry Next: hex.sub.init