Terminus Calculator 2025 - Terminal Math Calculator | Thiyagi.com

Terminus Calculator

Advanced terminal-style mathematical calculator

terminus-calculator v2.5.0
Welcome to Terminus Calculator v2.5.0
Type 'help' for available commands

Visual Calculator

Quick Functions

History

No calculations yet

Commands

help Show help
clear Clear terminal
history Show history
vars Show variables
x = 5 Set variable

Features & Usage Guide

Supported Operations

  • Basic arithmetic (+, -, *, /)
  • Trigonometric functions (sin, cos, tan)
  • Logarithmic functions (log, ln)
  • Power operations (x², x³, x^y)
  • Square root and nth root
  • Constants (π, e)
  • Variable assignment and recall

Example Calculations

$ 2 + 3 * 4
> 14
$ sin(pi/2)
> 1
$ sqrt(16)
> 4
$ x = 5; x^2
> 25