| 查看: 2921 | 回复: 6 | ||
[求助]
fortran 复变函数的辐角主值的命令是什么啊? 已有1人参与
|
| 求指点,一时查不到,有熟悉的人吗?多谢! |
» 猜你喜欢
材料与化工304求B区调剂
已经有7人回复
0703化学336分求调剂
已经有4人回复
[复试调剂]西南科技大学国防/材料导师推荐
已经有6人回复
化学工程321分求调剂
已经有12人回复
211本,11408一志愿中科院277分,曾在中科院自动化所实习
已经有4人回复
材料专硕326求调剂
已经有5人回复
东南大学364求调剂
已经有5人回复
国自科面上基金字体
已经有7人回复
药学383 求调剂
已经有4人回复
286求调剂
已经有5人回复
» 本主题相关价值贴推荐,对您同样有帮助:
注册化工工程师须知
已经有23人回复
Aspen学习
已经有0人回复
参加“创新引领未来,院士专家高校行”活动后的几点感想--对考研童鞋可能有用
已经有39人回复
【分享】2009年注册环保工程师基础考试大纲
已经有11人回复
| 顶一下 |
2楼2014-02-24 19:56:12
maomao1210
金虫 (正式写手)
- 程序强帖: 5
- 应助: 2 (幼儿园)
- 金币: 1432.8
- 散金: 242
- 红花: 16
- 沙发: 1
- 帖子: 991
- 在线: 442.1小时
- 虫号: 253215
- 注册: 2006-05-20
- 性别: MM
- 专业: 考古理论
3楼2014-02-24 20:23:40
4楼2014-02-24 21:16:45
5楼2014-02-24 21:18:02
6楼2014-02-25 08:30:41
|
7.17 ATAN2 — Arctangent function Description: ATAN2(Y,X) computes the arctangent of the complex number X + i Y. Option: f95, gnu Class: elemental function Syntax: X = ATAN2(Y,X) Arguments: Y The type shall be REAL(*). X The type and kind type parameter shall be the same as Y. If Y is zero, then X must be nonzero. Return value: The return value has the same type and kind type parameter as Y. It is the principle value of the complex number X + i Y. If X is nonzero, then it lies in the range -\pi \le \arccos (x) \leq \pi. The sign is positive if Y is positive. If Y is zero, then the return value is zero if X is positive and \pi if X is negative. Finally, if X is zero, then the magnitude of the result is \pi/2. Example: program test_atan2 real(4) :: x = 1.e0_4, y = 0.5e0_4 x = atan2(y,x) end program test_atan2 Specific names: Name Argument Return type Option DATAN2(X) REAL(8) X REAL(8) f95, gnu 你的CARG应该是别的库里的,你得自己找出问题在哪哦。 用atan2试试吧f95标准函数 |
7楼2014-02-25 16:38:32













回复此楼
本贴为求助贴,我们鼓励回帖解决问题哦。应助不允许简单的跟帖,请遵守规定