Releases: samhocevar/lolremez
Releases · samhocevar/lolremez
LolRemez 0.7
- Fix a problem making hyperbolic functions unavailable.
- A Windows build is provided with the release.
LolRemez 0.6
- 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
- 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
- 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.