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@+5Space:
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¶
Click to view the macro body
def clear_carry @ end {
.clear_carry end, end
end:
}
Depends on¶
Used by¶
Example uses¶
hex.subinhex/math.fjhex.sub_shiftedinhex/math.fjhex.sub.set_carryinhex/math.fj
← Previous: hex.sub.sub_hex_shifted_constant/5
Next: hex.sub.clear_carry/2 →