mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Added "date calculation" description #140
This commit closes issue #140 "Readme: mention date calculation capability" by adding the description about the date calculation functionality in the README
This commit is contained in:
parent
4603d387ae
commit
4958f84789
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ Calculator ships regularly with new features and bug fixes. You can get the late
|
||||||
- Standard Calculator functionality which offers basic operations and evaluates commands immediately as they are entered.
|
- Standard Calculator functionality which offers basic operations and evaluates commands immediately as they are entered.
|
||||||
- Scientific Calculator functionality which offers expanded operations and evaluates commands using order of operations.
|
- Scientific Calculator functionality which offers expanded operations and evaluates commands using order of operations.
|
||||||
- Programmer Calculator functionality which offers common mathematical operations for developers including conversion between common bases.
|
- Programmer Calculator functionality which offers common mathematical operations for developers including conversion between common bases.
|
||||||
|
- Date Calculation functionality which offers the difference between two dates given as input and adding/subtracting years, months and/or days to the input date.
|
||||||
- Calculation history and memory capabilities.
|
- Calculation history and memory capabilities.
|
||||||
- Conversion between many units of measurement.
|
- Conversion between many units of measurement.
|
||||||
- Currency conversion based on data retrieved from [Bing](https://www.bing.com).
|
- Currency conversion based on data retrieved from [Bing](https://www.bing.com).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue