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!
| Symbol | Operation | 
|---|---|
| + | Addition | 
| - | Subtract/Negate | 
| * | Multiply | 
| / | Divide | 
| % | Modulus | 
| () | Order of Operations, Function Arguments | 
| x | Player x coordinate | 
| y | Player y coordinate | 
| z | Player z coordinate | 
| e | e | 
| pi | Pi | 
| ^ | Exponent | 
| sqrt() | Square root | 
| log() | Log base 10 | 
| ln() | Natural Logarithm / Log base e | 
| sin() | Sine | 
| cos() | Cosine | 
| tan() | Tangent | 
| asin() | Inverse Sine | 
| acos() | Inverse Cosine | 
| atan() | Inverse Tangent | 
| places | End with ,places=n to format decimals to n places | 
Use =help for the above information in game.
Details
 Licensed MIT
 Published 3 years ago
 Updated 3 years ago