SimpleCalc - A simple mathematical calculator

SimpleCalc v0.4

SimpleCalc is a simple mathematical calculator addon for World of Warcraft. In essence, it's a slash-based utility which allows you to do maths!

Example usage and response:

/calc 10415 - 9843 + 12
[SimpleCalc] 10415 - 9843 + 12 = 584

Support for a selection of in-game values was been added in version 0.2 to make life easier when doing certain calculations. You can now use keywords in place of numbers for the following values:


  • honour or honor - Total honour points available to spend

  • arenapoints - Total arena points available to spend

  • health - Your maximum Health points

  • mana - Your maximum Mana points

  • gold - Total gold (1g 50s would be displayed as 1.5 gold)

  • silver - Total silver (1g 50s would be displayed as 150 silver)

  • copper - Total copper (1g 50s would be displayed as 15,000 copper)

For example:

/calc 14500 + 10500 - honour
[SimpleCalc] 14500 + 10500 - honour = 8372

Support for user defined variables was added in version 0.4. Variables persist across sessions, so you can save values for later use really easily. To save a value or calculation:

/calc x = 1024
-or-
/calc x = 32 * 2 + 64

SimpleCalc works on equations left to right, so '10 * 3 + 2' would be broken down into two sums: '10 * 3', then '30 + 2'. Support for brackets is not yet in place, but this shouldn't affect every day calculations.

Comments, suggestions and bug reports are most welcome!

You must login to post a comment. Don't have an account? Register to get one!

Facts

Date created
03 Jul 2008
Category
Last update
12 Oct 2009
Development stage
Release
Language
  • enUS
License
MIT License
Curse link
SimpleCalc - A simple mathematical calculator
Recent files

Authors