Docs

Quick Calculator

The Quick Calculator extension is a powerful tool that allows you to perform advanced mathematical calculations directly within Sliprail. It supports Math.js expressions, enabling you to handle everything from basic arithmetic to complex functions effortlessly.

How to Use

  1. Type QuickCalculator
  2. Press Space and enter a mathematical expression
  3. View the result preview while typing
  4. 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 features from Math.js.

Examples

  • 2 + 3 * 4
  • sin(pi/4)
  • sqrt(16) + log(10)
  • (5 + 3) * 2^3