Hello All,
I am new to using Fortran, I need to find all the real roots of a non linear eqn. I found a code on the internet and I tried modifying it as per my requirement.
But when I compile I am getting this error "
Error: Type of argument 'x' in call to 'dsqrt' at (1) should be REAL(8), not REAL(4)".
I have uploaded my file. Please someone please guide me through the error, how do I fix it.
Thanks,
Winny
I am new to using Fortran, I need to find all the real roots of a non linear eqn. I found a code on the internet and I tried modifying it as per my requirement.
But when I compile I am getting this error "
Error: Type of argument 'x' in call to 'dsqrt' at (1) should be REAL(8), not REAL(4)".
I have uploaded my file. Please someone please guide me through the error, how do I fix it.
Thanks,
Winny