Computes arithmetic expressions and base conversions typed in the console.
Original mod by aengus available here.
Features
Arithmetic Operators
( ) ^ * / % + -
Base Conversions
Convert to Binary
bin(0b... / 0x... / decimal)
Convert to Hexidecimal
hex(0b... / 0x... / decimal)
Convert to Decimal
dec(0b... / 0x... / decimal)
Planned Features
- Update to 2.1
- 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
AI Disclosure
This fork of the mod contains some AI generated code which has been reviewed and tested.