Includes sin, cos, tan, asin, acos, atan, atan2.
Also including sinh, cosh, tanh should be easy.
Here is a starting point: https://github.com/raminrahimzada/CSharp-Helper-Classes/blob/master/Math/DecimalMath/DecimalMath.cs
Also doing them for EFloat is okay but we only use EDecimal so it is more important to us.
Includes sin, cos, tan, asin, acos, atan, atan2.
Also including sinh, cosh, tanh should be easy.
Here is a starting point: https://github.com/raminrahimzada/CSharp-Helper-Classes/blob/master/Math/DecimalMath/DecimalMath.cs
Also doing them for EFloat is okay but we only use EDecimal so it is more important to us.