calculator/src/CalcManager/CEngine
dovisutu 5403adc914
Fix the operand order of logbasex for consistency (#1115)
* Fix #851: inconsistent operand order for log_y(x)

 - fixed the bug in scioper.cpp
 - changed the related test in CalculatorUnitTests
 - also changed the text in GraphingNumpad

* Change the name of LogBaseX for consistency

basically every occurence is repalced by logbasey, except
for the localized string for narrator, which I left for
the localization team to fix.

* Fix the test

* Revert GraphingNumPad.cpp

* Fixup according to review
2020-04-03 10:34:59 -07:00
..
calc.cpp Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
CalcInput.cpp Fix prefix 0s after deleting decimal point (#825) 2020-01-03 02:21:12 -08:00
CalcUtils.cpp Update Calc Engine for new functions needed for keyboard refresh (#662) 2019-09-30 14:04:20 -07:00
History.cpp Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
Number.cpp Secondary formatting changes (#489) 2019-05-02 16:48:33 -07:00
Rational.cpp Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
RationalMath.cpp Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
scicomm.cpp Fix the operand order of logbasex for consistency (#1115) 2020-04-03 10:34:59 -07:00
scidisp.cpp Simplify bools. (#1116) 2020-04-02 10:20:17 -07:00
scifunc.cpp Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
scioper.cpp Fix the operand order of logbasex for consistency (#1115) 2020-04-03 10:34:59 -07:00
sciset.cpp Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00