Uh oh!
There was an error while loading. Please reload this page.
Exposing AcosPi, AsinPi, Atan2Pi, AtanPi, CosPi, SinPi, and TanPi for ITrigonometricFunctions - #71033
Conversation
ghost
commented
Jun 21, 2022
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
ghost
commented
Jun 21, 2022
Tagging subscribers to this area: @dotnet/area-system-numerics Issue DetailsThis exposes the TODO[ ] - Add tests for Atan2Pi
|
huoyaoyuan
commented
Jun 21, 2022
In #53675 I added tests for +-0/Inf etc from IEEE754 spec. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
adamsitnik
left a comment
There was a problem hiding this comment.
LGTM, thank you @tannergooding !
tannergooding
commented
Jun 22, 2022
Going to finish adding the Atan2 tests in follow up PR so this makes the snap. |
This exposes the
AcosPi,AsinPi,Atan2Pi,AtanPi,CosPi,SinPi, andTanPifunctions approved for theITrigonometricFunctionsinterface.TODO
[ ] - Add tests for Atan2Pi