hex.signΒΆ

if number[:n] < 0 jump to neg, else jump to zpos (Zero POSitive).

SignatureΒΆ

def sign n, number, neg, zpos { ... }

Defined in hex/cond_jumps.fj β€” lines 67–69 (view on GitHub).

ComplexityΒΆ

  • Time: @-1

  • Space: @+15

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

SourceΒΆ

Depends onΒΆ

Used byΒΆ

Example usesΒΆ


← Previous: hex.if1/3 Next: hex.cmp/5 β†’