Skip to content

v1.2.3

Latest
Compare
Choose a tag to compare
@clarketm clarketm released this 16 Aug 06:08
· 1 commit to master since this release
  • 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