mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-03-22 06:29:48 +00:00
* Magnitude and Angle Core function to find Magnitude and Angle of two Given Vector * Magnitude and Angle with Doctest added Doctest to the functions * Update linear_algebra/src/lib.py Co-authored-by: Christian Clauss <cclauss@me.com> * Update linear_algebra/src/lib.py Co-authored-by: Christian Clauss <cclauss@me.com> * Changes done and Magnitude and Angle Issues * black Co-authored-by: Christian Clauss <cclauss@me.com>