We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Vector class currently has two methods, euclidean_length and magnitude, that both calculate the L2 norm of a vector:
euclidean_length
magnitude
Also I noticed that Vector's euclidLength and magnitude methods both do the same thing. Should I open an issue to have one of them removed?
Let's keep euclidean_length. We can keep the tests of magnitude in euclidean_length
Originally posted by @poyea in #5362 (comment)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The Vector class currently has two methods,
euclidean_length
andmagnitude
, that both calculate the L2 norm of a vector:Let's keep
euclidean_length
. We can keep the tests ofmagnitude
ineuclidean_length
Originally posted by @poyea in #5362 (comment)
The text was updated successfully, but these errors were encountered: