mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #92] Add extremum in aditionnal quatradic polynomial informations #30
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#30
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 @Zaitara on GitHub (Dec 6, 2021).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/92
Is your feature request related to a problem? Please describe.
When going into a quadratic polynomial advanced informations, a lot of useful data are shown : factorised and canonical forms, delta, x1 and x2 if available, but not the extremum of the function :
-b/2a.Describe the solution you'd like
It would be great to also add the extremum of the function,
-b/2a, in this menu. It would also be interesting to name it minimum/maximum (minimum if a > 0). Internally, it is named alpha, so it's not really hard to implement.Additional context
N/A
@Lauryy06 commented on GitHub (Dec 6, 2021):
Thanks for the question, but you probably know that the informations about extremum are given by the canonical form. I chose not to add the theme to the menu so as not to overload it.
So I intentionnaly won't fix your issue, sorry. (but thanks for it !)