aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/util/Calculator.java
AgeCommit message (Collapse)Author
2023-10-18Add calculator precision option (#882)Linnea Gräf
* Add calculator precision option * Fix loading of minecraft classes from some tests
2023-07-06Fix calculator preop operations (#758)Roman / Linnea Gräf
Fix calculator postop operations
2023-06-27fixing crash in neu calculator (#746)CalMWolfs
fixing crash in calculator
2023-06-19Add variables to calculator (#721)Roman / Linnea Gräf
* Add variables to calculator * Fix unary minus for variables
2023-05-27Add support for prefix operators (currenly only -) (#705)Roman / Linnea Gräf
2022-11-02added support for commas to /neucalc (#414)NopoTheGamer
2022-10-21Fix calculator crash by using correct apis (#391)Roman / Linnea Gräf
Right the wrongs
2022-10-20[Calculator] Add exponent operator and % postfix (#374)u9g
* [Calculator] Add exponent operator * [Calculator] Add percent postfix * Add new suggestions
2022-09-080.14 - Finished :) (#233)hannibal2
Co-authored-by: nopo <noahogno@gmail.com> Co-authored-by: jani270 <69345714+jani270@users.noreply.github.com> Co-authored-by: Ascynx <78341107+Ascynx@users.noreply.github.com> Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Co-authored-by: Lulonaut <lulonaut@tutanota.de>
2022-07-16Use left to right association order (#188)Roman / Nea
2022-07-07Added a calculator (#180)Roman / Nea
* Added a calculator * Remove stuff * also add t * Update Misc.java * On by default * add x for multiplication, fixed - not working and quick math solver Co-authored-by: nopo <noahogno@gmail.com>