Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Intel ifc compiler

richardwong
Beginner
1,342 Views
Does the latest ifc support complex hyperbolic functions such as cosh? If not, why not?
0 Kudos
3 Replies
Steven_L_Intel1
Employee
1,342 Views
cosh is supported. Which other routines did you want?
0 Kudos
richardwong
Beginner
1,342 Views
I know real hyperbolic functions are supported but I do not think the complex hyperbolic functions are supported by ifc.
e.g. complex z, z1
z=(1,1)
z1 = cosh(z) or ccosh(z)
I can use the function 'ccos' to work around this if 'ccosh' is not available.
0 Kudos
Steven_L_Intel1
Employee
1,342 Views
You're correct - COSH with a complex argument is not supported by ifort.
0 Kudos
Reply