Update README to add description of "date calculation" functionality (#365)
Fixes #140. Added a one-liner description about the date calculation functionality Description of the changes: * This change maintains consistency by writing it after the description of the programmer calculator so that it matches the order of the positions of these functionalities in the hamburger menu of the calculator. * Just like the other descriptions, this is also a one-liner * This description covers both the functionality under "date calculation" i.e. the difference between the dates and adding/subtracting a date from another. Co-Authored-By: sonali9696 <sonali9696@gmail.com>
This commit is contained in:
parent
f6a6aae6e6
commit
cb31349ee2
@ -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, as well as the ability to add/subtract years, months and/or days to/from a given 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…
Reference in New Issue
Block a user