ragane / Vector-Calculator

Vector Calculator to do basic actions on vectors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Vector-Calculator

My first project on Github and cpp. This trivial calculator was developed by me to perform simple operations on up to 3 vectors.

The action that is performed is:

    - adding and subtracting vectors to each other,
    - scalar product of vectors,
    - multiplying vectors by number,
    - calculating the modulus of vectors.

About

Vector Calculator to do basic actions on vectors

License:MIT License


Languages

Language:C++ 100.0%