Console Calculator (Fork)

by lhoto

Open console and type an arithmetic expression or base conversion operation to use. This mod will ignore any chat messages that aren't valid arithmetic expressions or base conversions. Original mod created by aengus. This fork of the mod contains some AI generated code.

Utilities
15 days ago
2.0
11

a Known Bugs & Planned Features

15 days ago
(updated 10 days ago)

Known Bugs

Major (crashes, major functional issues, etc...)

  • [0.1.1] Crashes when using the hex() function due to how the string is parsed and handled. This will be fixed in 0.1.2 in the next coming days

Minor

  • Floating points (EG: 0.25) can be input into base conversion operations (currently outputs the input value when this is done)
  • Base conversions will not process signed numbers

Planned Features

  • Add ability to compute arithmetic expressions using any base
  • Allow arithmetic expressions inside of conversion operations
  • Add binary operators (bit shifting, AND, OR, etc...)
  • Add trigonometric expressions
  • Update to 2.1

New response