Releases: AntonovAnton/math.trigonometric
Releases · AntonovAnton/math.trigonometric
1.2.0
1.1.0 / Supports Complex numbers
Added support for complex numbers in trigonometric methods. #10
Complex numbers are handled without inherent limitations on their values.
1.0.7
It targets .NET Standard 2.0 and higher version.
Minor optimization is applied.
1.0.6
It targets .NET Standard 2.0 and higher version.
Using Epsilon for comparing to 0 is removed.
1.0.5
It targets .NET Standard 2.0 and higher version.
Nuget package tags are fixed.
1.0.4
It targets .NET Standard 2.0 and higher version.
1.0.3
Fully compatible with .NET Standard 1.0 and higher version.
Provides functions that are missing in .NET: cot, sec, csc, acot, asec, acsc, coth, sech, csch, acoth, asech, and acsch. Also, it includes standard functions: sin, cos, tan, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, and atanh.