Commit 8cb6803
Add tolerance for Asin tests matching Sin/Cos
- Added trigTolerance parameter to Asin test like Sin/Cos
- Tolerances: null (if FMA supported) or 1e-10 (double) / 1e-4f (float)
Co-authored-by: stephentoub <[email protected]>1 parent 108d874 commit 8cb6803
File tree
1 file changed
+1
-1
lines changed- src/libraries/System.Numerics.Tensors/tests
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
465 | | - | |
| 465 | + | |
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
| |||
0 commit comments