From d91918eff6b44f09d13a1c598d9a88a0db17e032 Mon Sep 17 00:00:00 2001 From: Jacob Williams Date: Sun, 24 Sep 2023 17:40:57 -0500 Subject: [PATCH] comment about brent ignoring atol Fixes #24 --- src/root_module.F90 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/root_module.F90 b/src/root_module.F90 index 39b54a9..677403e 100644 --- a/src/root_module.F90 +++ b/src/root_module.F90 @@ -615,6 +615,8 @@ end subroutine get_fa_fb ! !### See also ! * [zeroin.f](http://www.netlib.org/go/zeroin.f) from Netlib +! +!@note This method ignores the value of `atol`. subroutine brent(me,ax,bx,fax,fbx,xzero,fzero,iflag)