<RuneScript> *** [ CALC ]: 10+3 = 13
The calculator also has a couple neat features to go along with it. The most useful feature on the calculator is the ability to reference the exp of levels through a function. To illustrate what this means, I'll give you an example. Suppose I have 25,000 exp in a skill, and I want to know how far that is from level 50. I could find this in the calculator by using the L(x) function, where 99 > x > 1. More simply: <spling> `l(50)-25,000
<RuneScript> *** [ l(50)-25,000 ]: 101333-25000 = 76333
And yes, you can use commas in your calculations, unlike most bots. The bot also supports abbreviated numbers. You can do `1.5m+300k+l(44) and other things like that.
Below is a table of abbreviations and functions of the calculator.
| Function | Abbreviation | Example |
| Thousand | xk | 1k = 1,000 |
| Million | xm | 1m = 1,000,000 |
| Billion | xb | 1b = 1,000,000,000 |
| Exp. to lvl. | L(x) | L(99) = 13,034,431 |
| Square Root | sqrt(x) | sqrt(25) = 5 |
| Pi | pi | pi = 3.141592 |
| Remainder* | x%y | 17%6 = 5 |
This command's settings may be changed with !set.
The Help Docs are maintained by Aaron1120 & Emofreak123 (Crew Leaders), Archmagus, Manacit2, Matt, and Rba.
Copyright © 2005-2008 Rscript.org.
