hex.neg¶
x[:n] = -x[:n]
Signature¶
def neg n, x { ... }
Defined in hex/math_basic.fj — lines 191–194 (view on GitHub).
Complexity¶
Time:
~@+4nSpace:
n(1.5@+17)
See the complexity glossary for what @, w, dw, dbit, n mean.