LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

kalker

Scientific calculator with math syntax and user-defined functions

TLDR

Start the interactive calculator
$ kalker
copy
Evaluate an expression
$ kalker "sin(pi/4) + sqrt(2)"
copy
Define a variable
$ kalker "x = 42"
copy
Compute a derivative
$ kalker "f(x) = x^2; f'(3)"
copy
Compute an integral
$ kalker "∫(0, pi, sin(x) dx)"
copy

SYNOPSIS

kalker [expression]

DESCRIPTION

kalker (also known as kalk) is a scientific calculator with math syntax that supports user-defined variables and functions, complex numbers, and estimation of derivatives and integrals. It provides a REPL interface with special-symbol completion (typing "sqrt" and pressing Tab converts to "√").Features include Newton's method for root finding, automatic differentiation, numerical integration, and support for common mathematical constants and functions. It runs on Linux, macOS, Windows, Android, and in web browsers via WebAssembly.

INSTALL

sudo apk add kalker
copy
brew install kalker
copy
nix profile install nixpkgs#kalker
copy

CAVEATS

Numerical integration and differentiation are approximations and may have precision limitations for some functions. Complex number support is automatic when results require it.

HISTORY

kalker was created by Oliver Waldemar (PaddiM8) and is written in Rust. It was designed to provide a natural math syntax calculator that feels like writing expressions on paper rather than programming.

SEE ALSO

bc(1), dc(1), python3(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid