Red Calculator

by Kuba05

Mod that adds a calculator.

Utilities
a day ago
2.0 - 2.1
332

Changelog

Version: 1.2.0
  Major Features:
    - Implemented keyboard input
Version: 1.1.3
  Info:
    - Added description to the mod portal page.
  Fix:
    - 1/3 * 30 returned 9 99/100 instead of 10.
  Change:
    - Exponantiation now always return a decimal.
Version: 1.1.2
  Fix:
    - Added rounding to results.
    - Numbers pulled from memory do not change on memory change.
    - Reaplying operation with '=' will only write the first and last result to the memory.
  Change:
    - Divison by zero returns fcd_MAX, instead of sign(a).
Version: 1.1.1
  Info:
    - Added changelog.txt.
Version: 1.1.0
  Major Features:
    - Implemented a custom library for more precice numbers.
    - Button handler is now called throug pcall(), any errors are printed to the console instead of crashing.