34 implicit real*8(a-h,o-z)
41 if (f*fmid .ge. 0.d0)
then
42 write(*,*)
'root non-bracketed !'
60 if (dabs(dx) .lt. xacc .and. dabs(fmid) .le. xacc)
then
real *8 function find_root_pol(x1, x2, xacc, n)
Find a root of a polynomial of degree n.
subroutine get_legendre_value(p2, p2der, p1, p1der, n, x)
Computes Legendre polynomial and its derivative on a given point x.
integer, parameter exit_root