LinuxCommandLibrary

speedcrunch

Perform mathematical calculations and conversions

TLDR

Start SpeedCrunch

$ speedcrunch
copy

Copy the result of the most recent calculation
$ <Ctrl r>
copy

Open the formula book
$ <Ctrl 1>
copy

Clear the calculator of recent calculations
$ <Ctrl n>
copy

Wrap highlighted in parentheses (defaults to wrapping all if nothing selected)
$ <Ctrl p>
copy

Load a speedcrunch session
$ <Ctrl l>
copy

Save a speedcrunch session
$ <Ctrl s>
copy

Toggle keypad
$ <Ctrl k>
copy

SYNOPSIS

speedcrunch

DESCRIPTION

SpeedCrunch is a free, open-source, high-precision scientific calculator featuring a user-friendly interface and extensive functionality. It supports arbitrary-precision arithmetic, meaning calculations can be performed with virtually unlimited digits. It's designed for both casual and advanced users, offering a wide range of mathematical functions, unit conversions, and variable definitions.
SpeedCrunch provides a real-time display of the expression being entered and the result, making it easy to spot and correct errors. The user interface includes a function browser and a variable editor, streamlining complex calculations. You can save and load sessions, and has syntax highlighting for complex expressions. It's primarily intended to be used in a desktop environment with a graphical user interface. Speedcrunch also features extensive keyboard navigation.

USING SPEEDCRUNCH

SpeedCrunch is primarily a GUI application. To use it, simply execute the `speedcrunch` command in your terminal, which will launch the calculator window. Input expressions directly into the expression field and the result will be displayed instantly. Use the function browser and variable editor to explore available functions and manage variables. Consult the built-in help system for detailed information on available functions, syntax, and advanced features. It supports both keyboard and mouse input.

SEE ALSO

bc(1), calc(1)

Copied to clipboard