Redian新闻
>
老掉牙的FORTRAN 编程,在REAL*16中,那个是DBLE的替代函数?
avatar
老掉牙的FORTRAN 编程,在REAL*16中,那个是DBLE的替代函数?# Programming - 葵花宝典
b*e
1
DBLE似乎只用于转换成REAL*8的格式,用哪个内部函数怎么才能将任意的格式专为标准
的REAL*16呢?
同时,似乎DBLE这个内部函数的编程也颇为不易的,主要是输入的参数的格式是不定的
,那怎么自己去编写这个函数?
avatar
O*e
2
A FORTRAN 77 compiler must support both single- and double-precision
data, but is not required to support quadruple-precision. If a
FORTRAN 77 compiler supports quad-precision data, the name of the
conversion function is implementation dependent, so you'll have to
check the compiler manual.
In Fortran 90 or later, the compiler is also not required to support
quad-precision data, but if it does support it, the standard way to
convert data is to call the real() function with a kind type parameter

【在 b****e 的大作中提到】
: DBLE似乎只用于转换成REAL*8的格式,用哪个内部函数怎么才能将任意的格式专为标准
: 的REAL*16呢?
: 同时,似乎DBLE这个内部函数的编程也颇为不易的,主要是输入的参数的格式是不定的
: ,那怎么自己去编写这个函数?

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。