Calculator
A calculator app that executes a given formula and returns a result. This app can execute basic and advanced operations.
Do you struggle with math? Check out this Calculator plugin! It can execute basic and advanced mathematical operations like modulus, exponentiation, bitwise OR, bitwise AND, left shift, and right shift. Simply input the formula and let the app do its thing. Whether you need to solve complex equations or just add some numbers together, this app has got you covered!
How to
Comments (0)
Try it
API docs
Learn how to use Calculator effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "Calculate the square root of 16."
-
Prompt 2: "What is 5 divided by 2?"
-
Prompt 3: "Perform the modulus operation on 15 and 4."
-
Prompt 4: "Calculate 2 raised to the power of 8."
Features and commands
Feature/Command | Description |
---|---|
execute_formula | This command allows you to execute a given formula and returns a result. You can perform basic operations like addition, subtraction, multiplication, and division. Additionally, you can perform operations like modulus, exponentiation, bitwise OR, bitwise AND, left shift, and right shift. The formula needs to be URL-escaped. For example, to calculate the square root of 16, use the formula sqrt(16) . |
For AI
Namecalculator
DescriptionCalculator - A calculator app that executes a given formula and returns a result. This app can execute basic operations as well as other operations like modulus, exponentiation, bitwise OR, bitwise AND, left shift, and right shift. Provide the formula and the app will execute it and return a result. The formula needs to be URL-escaped. Here are some examples - formula: 1+2 - /?formula=1%2B2 -- formula: 2*3 - /?formula=2%2A3 -- formula: 3^4 - /?formula=3%5E4 -- and so on... .
Updates
First added20 June 2023