real*8就是说数据类型为双精度实型,占有储存空间为8个字节,有效位数为15-16位,可表示最大正数为1.79*10^308最小正数为2.23*10^(-308)希望帮到你!!
real*8 scaleb = scale(3)这还有可能,scale 是一个函数.b = scale(3) 的意思是调用scale函数,其参数是3,返回值赋给 b 结果一 题目 Fortran中,实型常量后面带个括号是什么含义.括号内是个整数.比如:real*8 scalescale(3)=552013年12月7日补充:较为完整的源代码↓real*8 scalecommon /scales/ scale(...
8字节存储的双精度浮点数y x
real*8 function random()implicit double precision(a-h,o-z)common/random_s/xx=dmod(x*1953125d0,8388593d0)random=(x+0.1d0)/8388593d0returnendblock datareal*8 xcommon/random_s/xdata x/235621d0/end block data另外,问题是The type of the function reference does not match the type of the...
Implicit Real*8(A-H,O-Z) C CPrintout totalTimeused by the job. C 1000Format(' Job cputime:',I3,' days ',I2,' hours ',I2,' minutes ', $F4.1,' seconds.') C Time=CPUTim(0)- RefTim NDays=(Time/(3600.0d0*24.0d0)) ...
real*8就是说数据类型为双精度实型,占有储存空间为8个字节,有效位数为15-16位,可表示最大正数为1.79*10^308最小正数为2.23*10^(-308)希望帮到你!!
IMPLICIT REAL*8 (A-H,O-Z) PARAMETER (NFER=**2) LOGICAL SYMOR,INVS,lgdum CHARACTER*4 NAMGRP COMMON /SPACE/TAU(3,48),ROTM(3,3,48),ICOS(48),nop,NOP2 相关知识点: 试题来源: 解析 Fortran编译器 Windows操作系统下: Fortran Power Station 4.0 (FPS 4.0),微软公司开发的Fortran编译器。1997...
real在Fortran中表示实数类型。其中有两种精度:单精准度(REAL*4)双精准度(REAL*8)相应的实数范围:real(kind=4):±1.18*10-38 ~ ±3.40*1038,有效6-7位 real(kind=8):±2.23*10-308 ~ ±1.79*10308,有效15位
REAL*8 @ For a declaration such as REAL*8 W, the variable W is always a REAL*8 element in memory, interpreted as a double-width real number. Previous: REAL*4 @ Next: REAL*16 @ © 2010, Oracle Corporation and/or its affiliates ...
fortran语句理解IMPLICIT REAL*8 (A-H,O-Z) PARAMETER (NFER=**2) LOGICAL SYMOR,INVS,lgdum CHARACTER*4 NAMGRP COMMON /SPACE/TAU(3,48),ROTM(3,3,48),ICOS(48),nop,NOP2