MathMod

Quick rating

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

MathMod

No reviews yet

A mod that adds multiple math commands in chat

Mod Loaders
Minecraft

About

Description

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