This repository has been archived by the owner on Jun 30, 2024. It is now read-only.
Releases: RealRTTV/chatcalc
Releases · RealRTTV/chatcalc
v3.0.21
- setting functions to not exist now works correctly
- copy to clipboard on defined functions
- added
sgn
function - added a terrible
factorial
function - fixed a bug with negative signs not working
- reworked the math engine logic
- changed
random()
andrand()
to berand
andrandom
- added custom constants
v3.0.20
v3.0.19
v3.0.18
v3.0.17
v3.0.14
- rewrote the entire function system to let me have multivariable functions
- your input will not compute rather than giving back "NaN" if your syntax is incorrect
- added cfg? to give you a list of the config options
- fixed existing code that had logic issues, "1+2)/3" is now equal to 1 instead of 3