mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
Change recip
This commit is contained in:
parent
e2545e3337
commit
0532888621
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@ static const std::unordered_map<int, UFNE> unaryOperatorStringTable =
|
|||
{ IDC_SQR, { SIDS_SQR } },
|
||||
{ IDC_CUB, { SIDS_CUBE } },
|
||||
{ IDC_FAC, { SIDS_FACT } },
|
||||
{ IDC_REC, { SIDS_RECIPROCAL } },
|
||||
{ IDC_REC, { SIDS_RECIPROC } },
|
||||
{ IDC_DMS, { L"", SIDS_DEGREES } },
|
||||
{ IDC_SIGN, { SIDS_NEGATE } },
|
||||
{ IDC_DEGREES, { SIDS_DEGREES } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue