Chat Calculator

Quick rating

Community listing page, reviews here may not be monitored by the author.

Chat Calculator

No reviews yet

Evaluate Math in Chat!

Mod Loaders
Minecraft

About

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 (-)

  1. Multiply (*), Divide (/), and Modulus (%)

  2. Use () for order of operations, and function arguments

  3. X, Y, and Z for your coordinates

  4. Use e and pi for more complex math

  5. ^ for exponents

  6. sqrt(n) for the square root of n

  7. log(n) and ln(n) for the log base 10 and base e of n

  8. sin(), cos(), tan() for the trig functions

  9. asin(), acos(), and atan() for the inverse trig functions

  10. End with ,places=n to format output to n decimal places

Use =help for the above information in game.

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.