Calculator UI


This mod adds a calculator with advanced controls to the UI.

Utilities
22 days ago
0.18 - 2.0
57.7K

b Calculator error with lua math functions

3 years ago

I was messing around with the calculator's Lua functions and tried entering abs by itself (I was hoping it would take the current answer as input). Instead it caused a non-recoverable error. This seems to happen whenever a Lua function that expects input isn't given any. Ideally I'd like an option where the calculator takes the previous answer as input if it isn't given anything else, but I don't know how doable implementing that is.

New response