Quick Calculator
Quick Calculator evaluates Math.js expressions directly in Sliprail, from basic arithmetic to advanced functions.
How to Use
- Type
QuickCalculator
- Press Space and enter a mathematical expression
- View the result preview while typing
- Press Enter to copy the result to the clipboard
If you run QuickCalculator without an expression, Sliprail opens the system Calculator app instead.
Supported Features
- Basic arithmetic operations (+, -, *, /)
- Advanced mathematical functions (sin, cos, tan, log, etc.)
- Mathematical constants (pi, e)
- Complex expressions with parentheses
- Unit conversions and other Math.js features
Examples
2 + 3 * 4
sin(pi/4)
sqrt(16) + log(10)
(5 + 3) * 2^3