666hwll / gofluentlycalculator

A simple cli calculator written in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gocalc

A simple cli calculator written in Go, that only takes 3 args in one statement as input; to improve readability in the terminal with proactive simplicity

Goals:

  • web server
  • the closest thing to minimalism while having a functioning calculator you could use (only stdlib) 🔥
  • prevent someone from using google.com as calculator
  • replacing the gnome calculator and my Mathprint TI
  • c implementation for portability and stability or somekind of portable version
  • optimization of that mess lol
  • debian package for pi-apps and new releases; planning to make a windows version

Installation:

make install

or

sudo dpkg -i gocalc_(whateverarchitecture).deb

new features of the normal calculator:

  • cli flags: executing only one statement if the first given number isn't zero
  • Tan/Tanh, Sin/Sinh, Cos/Cosh, Log, facility with the Gamma function
  • confusion because of the flags usage lol
  • a json for config

what does not work intensionally because minimalism and format:

  • Brackets
  • variable

About

A simple cli calculator written in Go

License:GNU General Public License v3.0


Languages

Language:Go 75.2%Language:Makefile 12.8%Language:HTML 8.8%Language:Shell 3.3%