USArmy-Corps-of-Engineers-RMC / Numerics

Numerics is a free and open-source library for .NET developed by USACE-RMC, providing a comprehensive set of methods and algorithms for numerical computations and statistical analysis.
Other
21 stars 2 forks source link

MathFunctionType.cs - Created but not used? #73

Closed sadie-niblett closed 3 months ago

sadie-niblett commented 3 months ago

There's a file "MathFunctionType.cs" that is an enumeration of math function types (add, subtract, multiply, divide, logarithm, exponentiate, inverse), but it currently has no references. I know you mentioned that other libraries reference Numerics, so it could have a reference outside of Numerics, but I want to point this file out nonetheless. It aligns with the math functions in the TimeSeries class (which "MathFunctionType" is organized as a Support file for), but this class does not actually reference MathFunctionType.

HadenSmith commented 3 months ago

Yes, good catch. This is being used in NumericControls and BestFit.