Fixed an issue where tan(90°) wouldn't return infinity (by 70CentsApple)
New Features
- Added support for binary, octal and hexadecimal numbers (Closes Issue #1)
- Added calculations on signs. Might as well take the
chat
out ofchatcalc
.
Fixes
- Trying to fill in the result of an equation will no longer delete the
=
character. - Moving the cursor between the last and second last character of a calculation will no longer ignore the last character. (For example, when the cursor was between
3
and0
in5*30
, the calculation would result5*3=15
rather than5*30=150
.) - The links this mod provides to other things should now point to the correct pages. Also added the missing few links such as issues and mod homepage. (Example: the
Source
link in ModMenu was pointing to the upstream repository rather than this fork's.)