Microsoft/calculator

Add support for imaginary numbers

Open

#613 建立於 2019年8月2日

在 GitHub 查看
 (6 留言) (15 反應) (0 負責人)C++ (16,196 star) (2,422 fork)batch import
EnhancementPri: 2help wantedneeds spec

描述

Problem Statement Windows Calculator currently does not support imaginary numbers. Instead, we show "Invalid input":

image

Evidence or User Insights The complex number system is part of US high school common core curriculum. According to some reports in the Math Educators Stack Exchange, complex numbers are taught in at least some high school level math and science courses in China, Norway, Italy, India, Israel, and the UK.

Proposal Add support for imaginary numbers in Scientific mode of Windows Calculator.

Goals

  • Add support for output that includes imaginary numbers (e.g., √(-16) = 4 i)
  • Add support for inputting expressions with imaginary numbers (e.g., i2 = -1)
  • Add i to the keyboard

Non-Goals

  • Support for imaginary numbers outside of Scientific mode

Low-Fidelity Concept image

Requested Assignment I'm just suggesting this idea. I don't want to implement it.

貢獻者指南