-
-
Notifications
You must be signed in to change notification settings - Fork 46.7k
added simplifying comments #6502
New issue
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
Conversation
added some comments to make the code reader able to visualise the equations (i.e write the equations in an algebraic manner so that another programmer will know the exact equation). not added comments like this to all of the calcs
idk what doctests are |
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.
In my opinion, some of the comments look a bit messy, for example the cube one - It is way too long, you may want to add a line break
Co-authored-by: Caeden <[email protected]>
for more information, see https://pre-commit.ci
Thanks for suggestions! Have he suggestions been committed now I. The pull request? |
for more information, see https://pre-commit.ci
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.
line 26 length reduced
for more information, see https://pre-commit.ci
Describe your change:
added some comments to make the code reader able to visualise the equations (i.e write the equations in an algebraic manner so that another programmer will know the exact equation). not added comments like this to all of the calcs
Checklist:
Fixes: #{$ISSUE_NO}
.