-
-
Notifications
You must be signed in to change notification settings - Fork 49
square root on answer #267
Copy link
Copy link
Open
Labels
feature requestIssue is about a new feature or improving existing feature/behavior.Issue is about a new feature or improving existing feature/behavior.needs triageIssue is not yet ready for PR authors to take upIssue is not yet ready for PR authors to take up
Metadata
Metadata
Assignees
Labels
feature requestIssue is about a new feature or improving existing feature/behavior.Issue is about a new feature or improving existing feature/behavior.needs triageIssue is not yet ready for PR authors to take upIssue is not yet ready for PR authors to take up
Type
Fields
Give feedbackNo fields configured for issues without a type.
Checklist
Feature description
Issue: square root is treated as a binary operator (left * sqrt(right)). Square root is a unary operator.
Suggestion: when the user presses the "square root" button the behavior should depend on what is currently in the active input:
(Or just value → result)
If #2 requires a major rework, keep the current behavior of → <value>√[waits for value]
Why do you want this feature?
Practical use of sqrt requires re-entry of result. Also, the current handling of sqrt is not how calculators normally work
Additional information
No response