An open API service indexing awesome lists of open source software.

https://github.com/dervexdev/evaluate-math-expression

A Raycast extension that reads current selection, evaluates the math expression, and shows it in a desired way
https://github.com/dervexdev/evaluate-math-expression

Last synced: 12 months ago
JSON representation

A Raycast extension that reads current selection, evaluates the math expression, and shows it in a desired way

Awesome Lists containing this project

README

          

# Evaluate Math Expression

A [Raycast](https://www.raycast.com/) extension that reads current selection, evaluates the math expression, and shows it in a desired way.

## Available Settings

| Title | Description | Default |
| ----------------- | --------------------------------------------------- | ------- |
| Max Decimals | Maximum number of decimals to include in the result | `3` |
| Output Options | Replace the current selection with the result | `true` |
| Copy To Clipboard | Copy the result to clipboard | `false` |
| Display Result | Display the result in a notification | `false` |

## Examples

Select one of the two below lines, run the command, and see the result.

- `1/3`
- `x=2; y=5; x^2`