Loading isis/src/base/objs/Calculator/Calculator.h +10 −10 Original line number Diff line number Diff line Loading @@ -53,8 +53,8 @@ namespace Isis { * @history 2008-01-28 Steven Lambright - Added more support for the * power operator * @history 2008-03-28 Steven Lambright - Condensed math methods to * just call PerformOperation(...). Converted valarray's to vectors * (in order to use iterators) * just call PerformOperation(...). Converted * valarray's to vectors (in order to use iterators). * @history 2008-06-18 Christopher Austin - Added as well as fixed * documentation * @history 2010-02-23 Steven Lambright - Added Minimum2, Maximum2 and all Loading @@ -65,7 +65,7 @@ namespace Isis { * @history 2017-08-30 Tyler Wilson and Ian Humphrey - provided std:: namespace for isnan * to fix ambiguity error when using c++11. References #4809. * @history 2018-09-27 Kaitlyn Lee - Fixed the cout in PrintTop() so that -nan is printed * as nan. * as nan. Updated code up to standards. References #5520. */ class Calculator { public: Loading isis/src/base/objs/Calculator/Calculator.cpp +34 −34 File changed.Contains only whitespace changes. Show changes Loading
isis/src/base/objs/Calculator/Calculator.h +10 −10 Original line number Diff line number Diff line Loading @@ -53,8 +53,8 @@ namespace Isis { * @history 2008-01-28 Steven Lambright - Added more support for the * power operator * @history 2008-03-28 Steven Lambright - Condensed math methods to * just call PerformOperation(...). Converted valarray's to vectors * (in order to use iterators) * just call PerformOperation(...). Converted * valarray's to vectors (in order to use iterators). * @history 2008-06-18 Christopher Austin - Added as well as fixed * documentation * @history 2010-02-23 Steven Lambright - Added Minimum2, Maximum2 and all Loading @@ -65,7 +65,7 @@ namespace Isis { * @history 2017-08-30 Tyler Wilson and Ian Humphrey - provided std:: namespace for isnan * to fix ambiguity error when using c++11. References #4809. * @history 2018-09-27 Kaitlyn Lee - Fixed the cout in PrintTop() so that -nan is printed * as nan. * as nan. Updated code up to standards. References #5520. */ class Calculator { public: Loading
isis/src/base/objs/Calculator/Calculator.cpp +34 −34 File changed.Contains only whitespace changes. Show changes