Skip to content

Commit

Permalink
Release 0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
samhocevar committed Mar 7, 2019
1 parent 50adfb7 commit f0824d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,12 @@ installation location, or run the following:
## Changes
### In Git trunk:
### News for 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.
### News for LolRemez 0.4:
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl
dnl Configure script for a Lol Engine project
dnl

AC_INIT(lolremez, 0.4)
AC_INIT(lolremez, 0.5)

dnl
dnl Standard autoconf setup and tools requirements
Expand Down

1 comment on commit f0824d5

@eugeneeugene123
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! Are you going to implement acosh, asinh and atanh functions?

Please sign in to comment.