-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Use correct dot product for two vectors. #8
Conversation
Fix error in Dot().
Thanks for noticing that. I never used it anywhere, so it was a tough one to find. I will merge immediately. |
No problem! Another thing to note is that Either way, cool work so far. I would like to contribute more, but probably won't have much time with the school year starting. |
Yes I know about the redundant inline-s, it's just that I learned it after I wrote those functions and it is like a practice to me now. I am working on a new update, and I guess it's time for a
I guess it will affect me too, but here school will start in November. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything good.
Great! See you on the other side of the school semester. |
I will be there. |
Fix error in Dot().