Microsoft/calculator

Include formula for all conversions

Open

#283 创建于 2019年3月12日

在 GitHub 查看
 (5 评论) (7 反应) (0 负责人)C++ (2,422 fork)batch import
EnhancementPri: 2help wantedneeds spec

仓库指标

Star
 (16,196 star)
PR 合并指标
 (平均合并 15小时 43分钟) (30 天内合并 7 个 PR)

描述

Problem Statement

The problem statement is that I'm performing conversion between 2 units, for example 8 ml to ounces. I open up the volume converter, select the desired units and enter 8. I get the output in ounces but now I look at the two numbers and find myself wondering what is the formula to get oz from ml. So I need to edit my input to 1 and try and figure out a relation between these two. May check inputs and outputs for 1, 10, 100 and notice that they are related by a certain factor.

While most conversions might have a relationship based on multiplying or dividing a certain factor, this may not be true for all conversions. For example Celsius to Fahrenhiet or similar. Thus making it hard for a user to figure out the conversion & relationship.

The idea is to allow users to use converters even as a lookup in-case they don't how 2 units are inter-related.

Evidence or User Insights

On searching the web, we can find thousands of results, website with tables, conversions, formulas, discussions on converting various units from one to another. The idea is to make it more informational to use conversions.

Proposal

The proposal is to include the formula for every conversion, similar to how it is done for currency conversions so that the user is aware of the conversion being performed and doesn't need to look it up or try and deduce it.

Goals

Users should be able to look at conversions without the need for opening up the web and searching for the conversion formula for any two units, similar to how users can directly check currency conversion rates live within the Calculator app.

Low-Fidelity Concept

Google image

Bing image

贡献者指南