Description
Chat Calculator
This mod allows you to evaluate math expressions in the Minecraft chat box.
Usage
Type an = in chat, and follow it with the rest of your expression!
Functions: 1. Add (+) and Subtract (-)
-
Multiply (*), Divide (/), and Modulus (%)
-
Use () for order of operations, and function arguments
-
X, Y, and Z for your coordinates
-
Use e and pi for more complex math
-
^ for exponents
-
sqrt(n) for the square root of n
-
log(n) and ln(n) for the log base 10 and base e of n
-
sin(), cos(), tan() for the trig functions
-
asin(), acos(), and atan() for the inverse trig functions
-
End with
,places=nto format output to n decimal places
Use =help for the above information in game.


