Eler Documentation
  • Introduction
  • Sitemap
  • Commands
    • Moderation
    • Math operations
    • Information
    • Miscellaneous
  • Source code
Powered by GitBook
On this page
  1. Commands

Math operations

All the math commands in Eler.

Command

What it does

el.add [number 1] [number 2]

Adds one number to another.

el.subtract [number 1] [number 2]

Subtracts one number from another.

el.multiply [number 1] [number 2]

Multiplies one number by another.

el.divide [number 1] [number 2]

Divides one number by another. And no, you cant divide by zero.

el.random [min] [max]

Picks a random number between the entered minimum and maximum.

PreviousModerationNextInformation

Last updated 4 years ago