hex.dec¶
hex[:n]--
Signature¶
def dec n, hex @ end { ... }
Defined in hex/math_basic.fj — lines 176–179 (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.