From 053288862159c928fb3c0c2643f7b1a9d324bf59 Mon Sep 17 00:00:00 2001 From: Pepe Rivera Date: Wed, 10 Apr 2019 14:49:57 -0700 Subject: [PATCH] Change recip --- src/CalcManager/CEngine/scicomm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CalcManager/CEngine/scicomm.cpp b/src/CalcManager/CEngine/scicomm.cpp index 47756a66..3517aae9 100644 --- a/src/CalcManager/CEngine/scicomm.cpp +++ b/src/CalcManager/CEngine/scicomm.cpp @@ -892,7 +892,7 @@ static const std::unordered_map 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 } }