Releases: clarketm/ncalc
Releases · clarketm/ncalc
v1.2.3
Compare
Sorry, something went wrong.
No results found
add support for octal and hexadecimal literals .
Example:
# Hexadecimal literal
$ ncalc --input hexadecimal --output decimal " 0xff"
# decimal: 255
` ` ` bash
# Octal literal
$ ncalc --input octal --output decimal " 010"
# decimal: 8
v1.1.3
Compare
Sorry, something went wrong.
No results found
Bug fix
fix broken tests in ascii package.
v1.1.2
Compare
Sorry, something went wrong.
No results found
Features
New option: -q | --quiet – suppress printing of output format type(s)
v1.0.2
Compare
Sorry, something went wrong.
No results found
v1.0.1
Compare
Sorry, something went wrong.
No results found
Bug fix
#1 Support for negative number conversions
v1.0.0
Compare
Sorry, something went wrong.
No results found
Features
Add (a)scii input/output format (default: alpha)
Add (b)inary input/output format
Add (o)ctal input/output format
Add (d)ecimal input/output format (default: numeric)
Add (h)exadecimal input/output format