Exposing IRootFunctions.Hypot and IRootFunctions.Root (#71010)
authorTanner Gooding <tagoo@outlook.com>
Mon, 20 Jun 2022 23:14:52 +0000 (16:14 -0700)
committerGitHub <noreply@github.com>
Mon, 20 Jun 2022 23:14:52 +0000 (16:14 -0700)
commit715c71ae6af5775402e54d3b8ab6c4a888da3cb5
tree0fd2791df75f52902f5ec4fe7ad3a13e1397e208
parent19fcc316c7e370f1644120632e4e71199c782971
Exposing IRootFunctions.Hypot and IRootFunctions.Root (#71010)

* Exposing IRootFunctions.Hypot and IRootFunctions.Root

* Adding tests for IRootFunctions.Hypot and IRootFunctions.Root
12 files changed:
THIRD-PARTY-NOTICES.TXT
src/libraries/System.Private.CoreLib/src/System/Double.cs
src/libraries/System.Private.CoreLib/src/System/Half.cs
src/libraries/System.Private.CoreLib/src/System/Numerics/IRootFunctions.cs
src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/NFloat.cs
src/libraries/System.Private.CoreLib/src/System/Single.cs
src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.cs
src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/NFloatTests.cs
src/libraries/System.Runtime/ref/System.Runtime.cs
src/libraries/System.Runtime/tests/System/DoubleTests.cs
src/libraries/System.Runtime/tests/System/HalfTests.cs
src/libraries/System.Runtime/tests/System/SingleTests.cs