hex.dec

hex[:n]--

Signature

def dec n, hex @ end { ... }

Defined in hex/math_basic.fj — lines 177–180 (view on GitHub).

Complexity

  • Time: 1.067@     // It's on average. To be exact: 16/15 * @.

  • Space: n(1.5@+13)

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

Source

Used by

Example uses


← Previous: hex.dec1 Next: hex.dec.step