js8call/.svn/pristine/4b/4bd4cf6e90382ab24cb46768d97895ae6ad650a3.svn-base
2018-02-08 21:28:33 -05:00

9 lines
119 B
Plaintext

subroutine peakup(ym,y0,yp,dx)
b=(yp-ym)/2.0
c=(yp+ym-2.0*y0)/2.0
dx=-b/(2.0*c)
return
end subroutine peakup