Skip to content

Simple floating point arithmetic program for the bash command line

License

Notifications You must be signed in to change notification settings

h8rt3rmin8r/nova-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOVA CALCULATOR

Simple floating point arithmetic program for the bash command line

nova calculator

DESCRIPTION:

Nova calculator allows floating point arithmetic to be executed in bash in a faster and more efficient manner than is currently possible with existing bash tools.

INSTALL:

Run the following commands in your terminal to install nova:

wget -q https://resonova.github.io/nova-calculator/downloads/install-nova.sh
sudo chmod +x install-nova.sh; sudo ./install-nova.sh

USAGE SYNTAX:

nova [parameter] <first_number> <second_number> ...

USAGE EXAMPLES:

READ THE VERSION LOG

nova -v

VIEW THE PROJECT README

nova -h
nova --help

${A} - ADD NUMBERS TOGETHER

You can pass either 'A' or the flag '-A' as a parameter

nova A ${FIRST_NUMBER} ${SECOND_NUMBER}
nova A 1.234 2.345

${S} - SUBTRACT ONE NUMBER FROM ANOTHER NUMBER

You can pass either 'S' or the flag '-S' as a parameter

nova S ${FIRST_NUMBER} ${SECOND_NUMBER}
nova S 1.234 2.345

${M} - MULTIPLY NUMBERS TOGETHER

You can pass either 'M' or the flag '-M' as a parameter

nova M ${FIRST_NUMBER} ${SECOND_NUMBER}
nova M 1.234 2.345

${D} - DIVIDE ONE NUMBER BY ANOTHER NUMBER

You can pass either 'D' or the flag '-D' as a parameter

nova D ${NUMERATOR} ${DENOMINATOR}
nova D 1 2

ATTRIBUTION:

Nova was created by the following ResoNova developers...

  • kryptomuncher
  • brettwy861
  • h8rt3rmin8r

DEPENDANCIES:

FEEDBACK & BUG REPORTS:

(Email) [email protected]

About

Simple floating point arithmetic program for the bash command line

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published