hex.mul10

x[n] *= 10

Signature

def mul10 n, x @ four, end { ... }

Defined in hex/mul.fj — lines 36–43 (view on GitHub).

Complexity

  • Time: n(6@+27)

  • Space: n(5@+80)

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

Requires init

The following must be initialised before this macro is invoked:

  • hex.add.init (or hex.init)

Source

Depends on

Used by

Example uses


← Previous: hex.add_mul/4 Next: hex.mul