bit.dec2asciiΒΆ

ascii := the ascii representation of the value of dec.
ascii is bit[:8], dec is bit[:4].

SignatureΒΆ

def dec2ascii ascii, dec { ... }

Defined in bit/casting.fj β€” lines 31–35 (view on GitHub).

ComplexityΒΆ

  • Time: 12@-10

  • Space: 12@-10

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

SourceΒΆ

Depends onΒΆ


← Previous: bit.bin2ascii Next: bit.hex2ascii β†’