EnhancementPri: 2help wantedneeds spec
仓库指标
- Star
- (16,196 star)
- PR 合并指标
- (平均合并 15小时 43分钟) (30 天内合并 7 个 PR)
描述
Problem Statement Often I need to use functions from both programmer and scientific modes in the same calculation, but if I switch modes it loses my input. When the input is representable in both modes there is no reason to clear it.
Evidence or User Insights No other calculator does this, and there's no need for the input to be cleared. There's a button to clear the input.
Proposal Preserve the value when it is within the domain of the target mode, otherwise show an error in the display area.
Goals Remove the annoyance of losing the value when you switch modes.
Non-Goals Settle on a unified representation of values such that separate "modes" are not even necessary.