由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 问一个FORTRAn的问题!
相关主题
[转载] Fortran程序一问。[转载] 问个误差估计的问题
Fotran77程序的移植问题一个用mathematica 求微分的问题
继续我们计算non-prime number 的探险Mathematica的bug?
C语言新手再问一个菜鸟问题:通过函数传递一个小数组a Matlab problem
如何比较两条曲线的相似程度?skewness in sas?
不定积分怎样增加C语言的库函数
help!请教一个问题
how to remove a singularity in an integr求助:关于求两个复变量函数交点的问题
相关话题的讨论汇总
话题: fortran话题: double话题: sqrtl话题: 偶用话题: srqtl
进入Computation版参与讨论
1 (共1页)
l**t
发帖数: 170
1
偶用一个函数
sqrtl(double(p))
link的时候出现两个错误
srqtl , double都错了
问怎么改,
thanks!
t****n
发帖数: 39
2
What fortran are you using? I don't think standard fortran has these two
functions. If you are trying to 1) convert p to a double precision; and
2) calculate the square root of p then you should use
sqrt(dfloat(p))

【在 l**t 的大作中提到】
: 偶用一个函数
: sqrtl(double(p))
: link的时候出现两个错误
: srqtl , double都错了
: 问怎么改,
: thanks!

l**t
发帖数: 170
3
偶用的编译器是visual fortran 5.0
除了要把p改成double之外,偶要sqrt之后也是
double,不必sqrtl了马?
thanks

【在 t****n 的大作中提到】
: What fortran are you using? I don't think standard fortran has these two
: functions. If you are trying to 1) convert p to a double precision; and
: 2) calculate the square root of p then you should use
: sqrt(dfloat(p))

s*****l
发帖数: 167
4
Dsqrt(Dble(p))

【在 l**t 的大作中提到】
: 偶用的编译器是visual fortran 5.0
: 除了要把p改成double之外,偶要sqrt之后也是
: double,不必sqrtl了马?
: thanks

s***n
发帖数: 821
5
Ft.
I am still using Powerstation 4.0

【在 l**t 的大作中提到】
: 偶用的编译器是visual fortran 5.0
: 除了要把p改成double之外,偶要sqrt之后也是
: double,不必sqrtl了马?
: thanks

1 (共1页)
进入Computation版参与讨论
相关主题
求助:关于求两个复变量函数交点的问题如何比较两条曲线的相似程度?
Mathematica问题不定积分
问一个Lax格式数值求解2维PDE的稳定性问题help!
数学弱智请问一个模拟退火中的概率密度问题how to remove a singularity in an integr
[转载] Fortran程序一问。[转载] 问个误差估计的问题
Fotran77程序的移植问题一个用mathematica 求微分的问题
继续我们计算non-prime number 的探险Mathematica的bug?
C语言新手再问一个菜鸟问题:通过函数传递一个小数组a Matlab problem
相关话题的讨论汇总
话题: fortran话题: double话题: sqrtl话题: 偶用话题: srqtl