This is an unofficial CLI calculator to which new mathematical functions are added periodically
This is a repository containing software for calculus and maths operations ranging from arithmetics to trigonometry
Command Line Interface to work with vectorial calculus
Command Line Interface - geometrical object based manipulation calculations
git clone https://github.com/lae-laps/calculator/
cd vectorial/vectorial_cli/
go build .
./vectorial
-
set <Vₓ> <Vᵧ> - sets vector from cartesian input
-
show - shows info about the current buffer
-
arc - displays the arc of the vector
-
sector - displays the sector of the circle
-
rot - rotates the vector by the quantity specified
-
invert - inverts the vector in both cartesian axis
-
flat <x/y> - flats the vector in the corresponding coordinate
-
elong - elongates the vector without changing the angle by the ammount provided
-
clear - clears the screen
-
exit - exits the program
-
help - displays this help message