HP 3000 Manuals

DDINT (or DDINT') [ Compiler Library/XL Reference Manual ] MPE/iX 5.0 Documentation


Compiler Library/XL Reference Manual

DDINT (or DDINT') 

DDINT truncates a longreal number to an integer number in longreal
representation.

Declaration 

        FUNCTION DDINT(x:LONGREAL):LONGREAL; EXTERNAL;

Attributes 

Parameter:                A longreal number.

Result:                   A longreal number.

HP FORTRAN 77/XL:         Intrinsic function:  Y=DDINT(X).

Error:                    If the argument is a NaN, there are two
                          possible actions.  If the INVALID trap is
                          enabled, the message "DINT(X) OR DDINT(X):
                          X=NaN" occurs.  Otherwise, the INVALID flag is
                          set.  In either case, a quiet NaN is returned.



MPE/iX 5.0 Documentation