Skip to content

Releases: AntonovAnton/math.trigonometric

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.