Back to Home

/calculator

Professional calculator with advanced math operations. Perform calculations with support for multiplication (×), division (÷), pi (π), square root (√), and more. Results are displayed in formatted code blocks with both input and output.

Description

The /calculator command provides a powerful mathematical calculator directly in Discord. Enter any mathematical expression and get instant results. Supports advanced operations including multiplication (×), division (÷), pi (π), square root (√), exponents, and parentheses for complex calculations.


Perfect for quick calculations, math homework, unit conversions, or complex mathematical operations. Results are beautifully formatted in code blocks showing both your input expression and the calculated output. Use the private option to keep calculations visible only to you.

Usage & Syntax

Here are the various ways to use the calculator command:

/calculator <expression> [private]

Parameters

ParameterTypeRequiredDescription
expressionStringRequiredMathematical expression to calculate
privateBooleanOptionalMake result visible only to you (default: false)

Examples

1. Basic Calculation
Simple addition and multiplication:
/calculator expression:2 + 2 × 5
2. Advanced Math
Using pi and square root:
/calculator expression:√(16) + π × 2
3. Private Calculation
Keep the result private:
/calculator expression:1000 ÷ 7 private:true
4. Complex Expression
Multiple operations with parentheses:
/calculator expression:(15 + 25) × 3 ÷ 2

Key Features

Advanced Operations
Supports ×, ÷, π, √, exponents, and more
Formatted Output
Results displayed in clean code blocks
Private Mode
Option to keep calculations visible only to you
Complex Expressions
Handle parentheses and order of operations
Instant Results
Get calculations processed immediately
Input Echo
Shows both your input and the result

Related Commands