Re: Fortran DINT help



On Apr 30, 4:11 pm, Tim Prince <timothypri...@xxxxxxxxxxxxx> wrote:
mustafaalper...@xxxxxxxxx wrote:
Hi.

I am dealing with convert a fortran 77 program to java.But i have
some problems in FortranDINT,truncation function and return values.

I do not understand the return values of subroutines concept of
fortran 77.On the other hand,What is the functionality ofDINT
function.Is there any java function that deals with this issue.

DINTis simply the f66 intrinsic version for making an integer from a
double, truncating toward 0. There is no reason in f77 or beyond for
usingDINTrather than generic INT. What do you mean, "issue?"


i mean that the input and output of dint function.

output of dint(X) function is an integer or double.?

dint(0.75xxxxxxxx) returns 0.75?

I need examples for this.

actually i am trying to to in Java.

thanks for your help by the way..

.