12.07.2015 Views

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

Intel® Fortran Libraries Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Descriptions of the Library Routines 2ITIMEJABSPortability Subroutine: Returns the time in numeric form.Module: USE IFPORTSyntaxCALL ITIME (array)array(Output) INTEGER(4). A rank one array with three elements used to store numeric time data:• array(1) – the hour• array(2) – the minute• array(3) – the secondCompatibilityCONSOLE STANDARD GRAPHICS QUICKWIN GRAPHICS WINDOWS DLL LIBSee Also: the DATE_AND_TIME intrinsic procedure in the Language <strong>Reference</strong>ExampleUSE IFPORTINTEGER(4) time_array(3)CALL ITIME (time_array)write(*,10) time_array10 format (1X,I2,':',I2,':',I2)ENDPortability Function: Returns an absolute value.Module: USE IFPORTSyntaxresult = JABS (i)i(Input) INTEGER(4). A value.Results:The result type is INTEGER(4). The value of the result is | i |.2-187

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!