mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #105] add comments to parabola.py #33
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @apoleon33 on GitHub (Dec 17, 2021).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/105
Is your feature request related to a problem? Please describe.
actually at the moment every auto-installed python scripts have a pretty clear docstring, so a newcommer know a little bit how it work, except for parabola.py
Describe the solution you'd like
I don't think its pretty hard to do that, if I knew (and knew how tf parabola.py work) how to modify i would have done it by myself
Additional context
Add any other context or screenshots about the feature request here.
:)
@Lauryy06 commented on GitHub (Dec 23, 2021):
We have removed auto-installed scripts.
@RedGl0w commented on GitHub (Dec 24, 2021):
Indeed, that's not so hard : it's just an application of the 2nd law of Newton only with weight for the x, y, vx, vy part. For t_max, i think it's just an function which will find the latest time before the impact (y=0). These results could be pretty easily found.
@apoleon33 commented on GitHub (Dec 30, 2021):
thats at this moment that you know you do not have checked upsilon for a long time