rajabadsha
Programmer
In the following Fortran statement:
wgt(i) = exp(-(epow*(nwt-i))**2)
Are exp and epow keywords in Fortran? Are there any C equivalent?
wgt(i) = exp(-(epow*(nwt-i))**2)
Are exp and epow keywords in Fortran? Are there any C equivalent?