Skip to content

20190711

Choose a tag to compare

@fdwr fdwr released this 04 Jul 01:48
· 60 commits to master since this release
  • Rename SeeBiNum to BiNums.
  • Adding missing command line parameters for int8/uint8/int16/uint16
  • Fixed issue with heterogeneous values in a single operation. Now uses the highest precision output data type for heterogeneous input values.
  • Changed parsing when data type is unspecified to prefer float64 when decimals are present but otherwise integer.
  • Added "undefined" command line parameter to reset data type.
  • Added "nop" operation to documentation.
  • Print multiple formatting representations of number.
  • Display individual bitfields of numbers with "fields" parameter, like exponent, mantissa, sign bit.
  • Fix accidental clamping of 64-bit input numbers to 2 billion.
  • Default to int32 type if smaller than INTMAX rather than int64.
  • Allow each number to have distinct printing flags rather all sharing the same formatting.
  • Shorten names showbinary to bin, showhex to hex.
  • Add octal and decimal display for raw numbers, "oct" and "dec" parameter