Salagata

calculator3

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