| Input | A list of numbers. |
| Output | A vector containing the list of numbers. |
| Input | A vector. |
| Output | A vector with the same direction but with a magnitude of 1. |
| Input | Two vectors. |
| Output | A vector that is the sum of the two input vectors. |
| Input | Two vectors. |
| Output | A vector that is the difference of the two input vectors. |
| Input | A vector. |
| Output | The magnitude of the input vector. |
| Input | Two vectors. |
| Output | The angle between the two input vectors in radians. |