calculator/src/CalcManager/Header Files
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
..
CalcEngine.h Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
CalcInput.h Update Calc Engine for new functions needed for keyboard refresh (#662) 2019-09-30 14:04:20 -07:00
CalcUtils.h Replace custom types with standard ones (#212) 2019-03-26 14:30:46 -07:00
CCommand.h Fix the operand order of logbasex for consistency (#1115) 2020-04-03 10:34:59 -07:00
EngineStrings.h Fix the operand order of logbasex for consistency (#1115) 2020-04-03 10:34:59 -07:00
History.h Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
ICalcDisplay.h Replacing CalculatorVector usage with std::vector (#756) 2019-10-30 10:55:13 -07:00
IHistoryDisplay.h Replacing CalculatorVector usage with std::vector (#756) 2019-10-30 10:55:13 -07:00
Number.h Compile CalcManager project with or without precompiled headers (#436) 2019-04-17 17:28:45 -07:00
RadixType.h Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
Rational.h Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00
RationalMath.h Fix some code analysis warnings in CalcManager (#1074) 2020-03-30 15:23:22 -07:00