diff scripts/specfun/expint.m @ 29789:c8585732ce08 stable

tests: Relax tolerance for tests on macOS. * libinterp/corefcn/mappers.cc (asin): Use larger tolerance for tests on macOS. * scripts/specfun/expint.m: Slightly relax tolerance for the test to also pass on macOS.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 20 Jun 2021 10:03:38 +0200
parents 0a5b15007766
children 2d17a87740dd
line wrap: on
line diff
--- a/scripts/specfun/expint.m	Thu Jun 17 18:23:26 2021 +0200
+++ b/scripts/specfun/expint.m	Sun Jun 20 10:03:38 2021 +0200
@@ -254,7 +254,7 @@
 %!         9.018757389858152e-22 - 1.475771020004195e-21i, -4*eps);
 
 %!test <*47738>
-%! assert (expint (10i), 0.0454564330044554 + 0.0875512674239774i, -4*eps);
+%! assert (expint (10i), 0.0454564330044554 + 0.0875512674239774i, -5*eps);
 
 ## Test preservation or conversion of the class
 %!assert (class (expint (single (1))), "single")