github sharkdp/insect v5.0.0

latest releases: v5.9.0, v5.8.2, v5.8.1...
6 years ago

Features:

  • Support for user-defined functions (#59).
  • Added sum and product (#116).
  • Added modulo operator % (#114).
  • Added million, thousand, etc. as constants (#86).
  • Support for negative exponents without parenthesis: 3^-2 = 3^(-2) (#101).
  • Support for all exponentiation operators ⁻⁵, ⁻⁴, .., ⁴, ⁵ (#102).
  • Support for multi-parameter functions, added atan2.
  • New units: hogsheads, rods (#115).

Bugfixes:

  • e, pi and other constants cannot be redefined by the user (#120).
  • Should be able to add zero to a non-scalar value (#121).
  • Fixed precedence of unary minus operator.

Misc:

  • Updated documentation & a man page for the terminal version.
  • A Fedora package is available (Thanks to @Fnux).
  • Travis CI is now enabled.

Don't miss a new insect release

NewReleases is sending notifications on new releases.