calculator/src/CalcManager/CEngine
Will 1113ff4b86 Updating comments per the C++ core guidelines and removing trailing whitespace (#194)
Fixed comments that were inconsistent with the style guidelines described in C++ core guidelines and the modern C++/WinRT language projections and removed trailing whitespace.

Inserted a space after the beginning of the comment so the text wasn't touching the // on all occurrences.

Removed all occurrences of trailing whitespace
2019-03-14 23:30:07 -07:00
..
calc.cpp Fix initialization order in CEngine (#118) 2019-03-06 14:51:21 -08:00
CalcInput.cpp Build with /W4 (#197) 2019-03-08 23:15:28 -08:00
CalcUtils.cpp Fix declarations of functions (#186) 2019-03-13 13:15:08 -07:00
History.cpp Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
Number.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
Rational.cpp CalcEngine: Manage precision internally to Rational and convert functions to operator overrides (#35) 2019-02-25 11:41:32 -08:00
RationalMath.cpp Rename scimath.h/cpp to RationalMath.h/cpp (#36) 2019-02-25 14:04:38 -08:00
scicomm.cpp Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
scidisp.cpp Build with /W4 (#197) 2019-03-08 23:15:28 -08:00
scifunc.cpp Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00
scioper.cpp CalcEngine: Manage precision internally to Rational and convert functions to operator overrides (#35) 2019-02-25 11:41:32 -08:00
sciset.cpp Updating comments per the C++ core guidelines and removing trailing whitespace (#194) 2019-03-14 23:30:07 -07:00