Skip to content
/ kcalc Public

Live variable calculation through bash (using bc)

Notifications You must be signed in to change notification settings

kzxpr/kcalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kcalc

Live variable calculation through bash (using bc)

Based on bc

  1. Put your equations in "calculations" using this syntax: VAR=3*x

  2. Run calc to calculate

The script automatically assigns results to the variable and replaces it in subsequent equations. If a variable is not defined, it will render as zero.

About

Live variable calculation through bash (using bc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published