calculator
calculator copied to clipboard
Windows Calculator: A simple yet powerful calculator that ships with Windows
**Problem Statement** Some people who invest have to pay for specialized programs to calculate a fixed income **Evidence or User Insights** I have to calculate a fixed income for specific...
**Problem Statement** professional users that would like to calculates taxes for an invoice for example **Evidence or User Insights** I have an invoice to do and I would like to...
The Scientific calculator provides the ability to enter angles in degrees, radians, or grads to calculate the sine, cosine, tangent, etc. When using the inverse trig functions the result is...
In 2021, the view layer of the Calculator codebase was ported to C#. I propose that we continue this work and migrate the ViewModel layer to C#. General reasons for...
Contributes to #1894 Migrate NarratorNotifier to C#.
Contributes to #1894 Convert the remaining parts of CalculatorApp.ViewModelNative.Common.Utilities to C#. - Instead of EscapeHtmlSpecialCharacters, we can use .NET's built-in HttpUtility.HtmlEncode - Instead of AreColorsEqual, we can compare Windows.UI.Color structs...
Contributes to #1894 - Convert ApplicationViewModel to C# - Move a handful of methods on the other viewmodels from `internal` to `public` so ApplicationViewModel can call them - Small simplification:...
## Fixes #1832. After selecting a currency that does not handle fractional units, the decimal is turned off. This is the correct functionality. However, when a user goes to change...
This PR uses XAML markup extensions, `ResourceString` and `ResourceVirtualKey`, to load localized resources instead of using `x:Uid`. I used a script to find all strings corresponding to an x:Uid and...