Skip to content

Releases: samhocevar/lolremez

LolRemez 0.7

13 Nov 08:37
Compare
Choose a tag to compare
  • Fix a problem making hyperbolic functions unavailable.
  • A Windows build is provided with the release.

LolRemez 0.6

02 Mar 22:37
Compare
Choose a tag to compare
  • Fix a grave bug in the error-relative solver
  • Reduce build times and source size
  • Add --debug flag for more runtime information

LolRemez 0.5

07 Mar 15:24
Compare
Choose a tag to compare
  • Fix a severe bug in cbrt().
  • Implement erf().
  • Implement % and fmod().
  • Make the executable size even smaller.
  • lolremez can now also act as a simple command line calculator.

LolRemez 0.4

16 Aug 15:45
Compare
Choose a tag to compare
  • Allow expressions in the range specification: -r -pi/4:pi/4 is now valid.
  • Allow using “pi” and “e” in expressions, as well as “π”.
  • Bugfixes in the expression parser.
  • Support for hexadecimal floats, e.g. 0x1.999999999999999ap-4.
  • New --float, --double and --long-double options to choose precision.
  • Trim down DLL dependencies to allow for lighter binaries.