Commit Graph

14 Commits

Author SHA1 Message Date
kwaroran
1e4fb7633e Add global vars to RPN 2024-06-28 08:23:51 +09:00
kwaroran
a4afc03d46 refactor: Replace null with 0 in executeRPNCalculation function 2024-06-04 00:52:34 +09:00
kwaroran
b8abb977a2 feat: Add support for logical NOT operator in toRPN function 2024-05-07 04:29:16 +09:00
kwaroran
d3c2e5575e Update calc 2024-05-01 08:11:11 +09:00
kwaroran
0ebc919080 Fix toRPN cac 2024-04-25 14:43:52 +09:00
kwaroran
6ae39619b7 Add support for bitwise OR and AND operators in calculateRPN function 2024-04-25 04:10:00 +09:00
kwaroran
45a9068e58 Fix regex bug in executeRPNCalculation function 2024-04-25 04:00:53 +09:00
kwaroran
bf15c7d860 Add support for var loading in calc and add special syntax for calc 2024-04-25 04:00:08 +09:00
kwaroran
63e3492466 Fix > and < not working 2024-04-25 03:12:16 +09:00
kwaroran
be38e42186 Add comparison operators < and > to calculateRPN function 2024-04-25 02:51:37 +09:00
kwaroran
edeb77e085 Add ^ and % to calc 2024-04-25 02:47:44 +09:00
kwaroran
342052a0a4 Add exponentiation operator to toRPN and calculateRPN functions 2024-03-24 19:19:42 +09:00
kwaroran
4d4bee4df8 [feat] added calc 2023-07-07 17:02:14 +09:00
kwaroran
9851b8647d [test] infunctions 2023-06-25 21:12:06 +09:00