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.
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.
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.