Commit Graph

700 Commits

Author SHA1 Message Date
Oliver Booth 671c08d2e2
Null check endPoint (#42) 2022-04-21 21:07:47 +01:00
Oliver Booth a1722e4374
Add time-related extension methods 2022-04-21 20:54:17 +01:00
Oliver Booth 8683bd79fa
[ci skip] Format Endianess enum 2022-04-21 19:56:32 +01:00
Oliver Booth 20c438b807
[ci skip] Remove trailing whitespaces 2022-04-21 19:53:59 +01:00
Oliver Booth 72ff35ddca
[github actions] run source validator for PRs 2022-04-21 19:49:40 +01:00
Oliver Booth 9811a820ba
[github actions] Add custom source validator 2022-04-21 19:47:09 +01:00
Oliver Booth 47bd3e1274
Move MathUtility to Math namespace (#7) 2022-04-21 19:18:36 +01:00
Oliver Booth ba7c88ccff
Rename MathUtils to MathUtility 2022-04-21 19:17:51 +01:00
Oliver Booth ad36b915bc
[ci skip] Import namespaces for tests 2022-04-21 18:13:53 +01:00
Oliver Booth 0af2c7fb8e
Move Math/Numerics float extensions to child namespaces (#7) 2022-04-21 18:13:20 +01:00
Oliver Booth c8d8e212e2
Move EndPointExtensions to Net namespace (#7) 2022-04-21 17:46:41 +01:00
Oliver Booth 95020e0db0
Move math-related extensions to child namespace (#7) 2022-04-21 17:43:56 +01:00
Oliver Booth 95d61eff2c
Move RandomExtensions to child namespaces (#7) 2022-04-21 17:40:50 +01:00
Oliver Booth 44c8b87069
Added DigitalRoot for short/int/long
Also introduces Mod for short/long
2022-04-21 17:25:59 +01:00
Oliver Booth 881ccb0474
Added To extension method (equivalent of Enumerable.Range) 2022-04-21 17:22:29 +01:00
Oliver Booth 28551f25e6
Add trigonometric functions (implements #49) 2022-04-21 17:09:16 +01:00
Oliver Booth d9277dbbf6
Add tests for ComplexInfinity 2022-04-21 12:44:50 +01:00
Oliver Booth 8008a4a9ef
Fix incorrect return values for ComplexSqrt 2022-04-21 12:44:40 +01:00
Oliver Booth b8dd5cc8bf
[github actions] dotnet test Release (not Debug) 2022-04-21 12:32:11 +01:00
Oliver Booth fb50d3832e
Remove unnecessary partial for BooleanExtensions 2022-04-21 12:27:13 +01:00
Oliver Booth 70b3e9eff3
Improve accuracy of ComplexSqrt 2022-04-21 12:26:13 +01:00
Oliver Booth e7e8d75fba
Rework Sqrt methods
Implemented using a method invented by Isaac Newton, authored by SLenik on StackOverflow CC-BY-SA 3.0 https://stackoverflow.com/a/6755197/1467293
2022-04-21 12:21:38 +01:00
Oliver Booth 9b9b75ae5b
Add Sqrt tests 2022-04-21 12:20:19 +01:00
Oliver Booth 4855ae8bf2
[ci skip] Use file-scoped namespaces for tests 2022-04-21 12:15:29 +01:00
Oliver Booth 6f96ab795c
Add Sqrt and ComplexSqrt for float/double 2022-04-21 12:06:18 +01:00
Oliver Booth b3a4342c77
[ci skip] Document ArithmeticException (#15) 2022-04-21 12:04:17 +01:00
Oliver Booth f6c08fedf3
Cast directly to long, not short, for IsPrime 2022-04-21 11:49:21 +01:00
Oliver Booth 86b6a94adc
Add Sign() for signed numeric types
Behaves as Math.Sign()
2022-04-21 11:04:05 +01:00
Oliver Booth 3a58ed88c9
Add AsArray/AsEnumerable (#47) 2022-04-20 23:14:16 +01:00
Oliver Booth 32cd57dfb4
Use dotCover for coverage 2022-04-20 23:00:33 +01:00
Oliver Booth a13e4300a7
Add code coverage to SonarCloud 2022-04-20 22:53:32 +01:00
Oliver Booth 1460e6b6c3
Add LINQ-inspired All/Any for ReadOnly/Span<T> 2022-04-20 19:33:51 +01:00
Oliver Booth af9449935f
Fix null input for WithAlternative test 2022-04-20 19:32:34 +01:00
Oliver Booth 85becd2415
Add Array.Fill 2022-04-20 19:27:06 +01:00
Oliver Booth e183c31579
Add Array.AsReadOnly and Array.Clear
Tests were added, implementation was missing
2022-04-20 19:24:42 +01:00
Oliver Booth 108390a415
Allow null alternative 2022-04-20 19:19:07 +01:00
Oliver Booth d4e3c8ab50
Use file-scoped namespaces 2022-04-20 18:51:20 +01:00
Oliver Booth 37c7b74379
Inline float arithmetic, don't cast 2022-04-20 18:50:06 +01:00
Oliver Booth 778d8c6cf1
Add Deg<->Rad tests 2022-04-20 18:48:43 +01:00
Oliver Booth 00571983c6
Force precedence of constant arithemtic
(Relates to previous commit, forgot doubles. Leave me alone)
2022-04-20 18:39:13 +01:00
Oliver Booth 8f40dd8617
Force precedence of constant arithmetic 2022-04-20 18:37:02 +01:00
Oliver Booth 1fc22cc99c
Fix RadiansToDegrees formula 2022-04-20 18:36:16 +01:00
Oliver Booth b107360190
Use MathF.PI instead of Math.PI with cast 2022-04-20 18:34:49 +01:00
Oliver Booth facc0834f0
Separate unwrapped Enum.Next/Previous to Unchecked overloads 2022-04-20 18:16:59 +01:00
Oliver Booth d9b60fbb94
Optimize debug builds 2022-04-20 17:35:56 +01:00
Oliver Booth 2a6df446c2
[ci skip] Format csproj 2022-04-20 17:35:21 +01:00
Oliver Booth 4c81c218d5
Remove preview features 2022-04-20 17:34:49 +01:00
Oliver Booth 950c30f267
Update MSTest and Test SDK 2022-04-20 17:33:22 +01:00
Oliver Booth 3aaee23ebe
Add (some) missing tests 2022-04-20 17:33:02 +01:00
Oliver Booth 2128814db1
[ci skip] Use explicit type in tests 2022-04-20 17:31:16 +01:00