Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Calculator v3.1
- FX 88-MS
- The most advanced calculator in @NotSoBot#9555
- # Usage
- ## Basic Math
- {code:.tag {tagname} <any math expression>}
- Examples: {code:.tag {tagname} (218-42)*20 + (36/4)^2}
- ## Answer Recall:
- It can recall the last answer so you donβt have to rewrite the whole expression
- With an internal variable called \`Ans\`
- Example:
- {code:.tag {tagname} (218-42)*20 + (36/4)^2}
- Then:
- {code:.tag {tagname} Ans + 15/3}
- ## Reset modes:
- Sometimes you need to reset the internal memory
- {code:.tag {tagname} reset <reset_type>}
- \`memory\`: Reset the values in memories, including Ans, and Independient Memory(M).
- \`history\`: Cleans the History.
- \`all\`: Resets all the values like a new user (recommended to do after an update).
- ## Variables
- This calculator counts with 8 variables, (not including the Independient Memory or Answer Memory), with names: A,B,C,D,E,F,X,Y.
- Make sure to write the variables in uppercase to prevent ambiguities with other elements;
- Default value is 0
- Examples: {code:.tag {tagname} (218-42)*20 + (36/4)^2}
- Then: {code:.tag {tagname} sto A} To set the previous result(Ans) into variable A
- Later: {code:.tag {tagname} 2*A + 15/3} To operate with variable A
- Finally: {code:.tag {tagname} recall A} To recall the value of A
Advertisement
Add Comment
Please, Sign In to add comment