Skip to content

Commit

Permalink
comment about brent ignoring atol
Browse files Browse the repository at this point in the history
Fixes #24
  • Loading branch information
jacobwilliams committed Sep 24, 2023
1 parent a811bfd commit d91918e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/root_module.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d91918e

Please sign in to comment.