> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lilith.rip/llms.txt
> Use this file to discover all available pages before exploring further.

# /calc

> Evaluate a math equation.

## Description

This command will calculate a complex math expression. Expressions are evaluated using the [Jexl](https://github.com/TomFrost/Jexl) library.
For a list of supported math operations, see Jexl's list [here](https://github.com/TomFrost/Jexl#binary-operators).

## Usage

`/calc <equation>`

## Aliases

`/calc`,
`/calculate`

## Changelog

<Steps>
  <Step title="Version 1.1.0" icon="code-branch">
    Added `/calc`.
  </Step>
</Steps>
