hex.sub.clear_carry (arity 0)

carry = 0

Signature

def clear_carry @ end { ... }

Defined in hex/math.fj — lines 218–221 (view on GitHub).

Complexity

  • Time: 2@+5

  • Space: 2@+20

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

Used by

Example uses


← Previous: hex.sub.sub_hex_shifted_constant/5 Next: hex.sub.clear_carry/2