Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Supported environments
Links
Creators
Details
Licensed MIT
Published 3 months ago
Updated 3 months ago
MathMod
A simple mod that allows you to evaluate basic math expressions in the command line.
Usage
These are some operations possible with the mod.
- Addition
/math add 10 5
- Subtraction
/math subtract 10 5
- Multiplication
/math multiply 10 5
- Division
/math divide 10 5
- Expression Evaluation
/math eval log(e) + 2pi -sin(3*(pi/2))
Features
The features on this mod are:
- Support for "e" and "pi" constants
- Player coordinate auto suggestions
- Editable configs for decimal precision
- Multiple useful functions, such as "abs", "prime_factors" or "binomial"
- You can add and persist variables, for remembering multiple things.
- Trigonometric and logarithic functions