Community Tip - You can change your system assigned username to something more personal in your community settings. X
the ordinate values for W(D,M) exceeds 10^307 at some points in calculation. I want to assign 10000 to W(D,M) in those cases. Please see attached mathcad file. Thanks for A to A.
Solved! Go to Solution.
You are using "on error" the wrong way.
It has to be the first statement (otherwise the error occurs and your routine fails) and calculation which may fail is on the RHS, not the LHS.
The following should do the job, but on first sight it looks to me that the value of M does not influence the result.
You are using "on error" the wrong way.
It has to be the first statement (otherwise the error occurs and your routine fails) and calculation which may fail is on the RHS, not the LHS.
The following should do the job, but on first sight it looks to me that the value of M does not influence the result.
Thank you very much Werner_E !!!!!
