Skip to content

An easy way to execute mathematical operations from the terminal

License

Notifications You must be signed in to change notification settings

Ramages/Quick-terminal-math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick-terminal-math

An easy way to execute mathematical operations from the terminal

FYI: Use . instead of , when indicating a float

Supported operations

add

math 5 + sqrt6

>> 7.449490

sub

math 5 - sqrt6

>> 2.550510

divide

math 5 / sqrt6

>> 2.041241

multiply

math 5 x sqrt6

>> 12.247450

raise

math 5 ^ sqrt6

>> 2.236068

modular

math 5 % sqrt6

>> 1

sqrt

math sqrt36

>> 6

About

An easy way to execute mathematical operations from the terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published