Skip to content

Releases: AntonovAnton/math.trigonometric

1.2.0

21 Dec 18:39
805afe7
Compare
Choose a tag to compare

Improved handling of infinity and NaN values in several methods. #11
Enhanced test coverage for complex numbers, including new test cases and handling .NET version differences.

1.1.0 / Supports Complex numbers

27 Sep 10:57
0e2a68b
Compare
Choose a tag to compare

Added support for complex numbers in trigonometric methods. #10
Complex numbers are handled without inherent limitations on their values.

1.0.7

19 Jun 20:45
a209ee0
Compare
Choose a tag to compare

It targets .NET Standard 2.0 and higher version.
Minor optimization is applied.

1.0.6

19 Jun 10:23
bbee52f
Compare
Choose a tag to compare

It targets .NET Standard 2.0 and higher version.
Using Epsilon for comparing to 0 is removed.

1.0.5

15 Jun 07:58
a2470e6
Compare
Choose a tag to compare

It targets .NET Standard 2.0 and higher version.
Nuget package tags are fixed.

1.0.4

14 Jun 19:29
497bc89
Compare
Choose a tag to compare

It targets .NET Standard 2.0 and higher version.

1.0.3

14 Jun 19:07
f7f84df
Compare
Choose a tag to compare

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.