changeset 32928:de39818dca5e

maint: Merge stable to default
author Arun Giridhar <arungiridhar@gmail.com>
date Sun, 04 Feb 2024 14:52:17 -0500
parents 4b99c92fc2b2 (current diff) ac3121944bb7 (diff)
children 8893636d43a5 d8c716290873
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/linear-algebra/logm.m	Sun Feb 04 13:14:48 2024 +0100
+++ b/scripts/linear-algebra/logm.m	Sun Feb 04 14:52:17 2024 -0500
@@ -197,7 +197,7 @@
 %!      -1.9769, -1.0922, -0.5831];
 %! if (__have_feature__ ("LLVM_LIBCXX"))
 %!   ## The math libraries in libc++ seem to require larger tolerances
-%!   tol = 60*eps;
+%!   tol = 65*eps;
 %! else
 %!   tol = 40*eps;
 %! endif