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

sec is not pure

tracyx
Neuer Beitragender I
399Aufrufe
Hi,
why isn;t the secant function sec pure? Should it be?
T.
0 Kudos
1 Antworten
Steven_L_Intel1
Mitarbeiter
399Aufrufe
Intel Fortran does not provide a SEC intrinsic. If you provide your own, you can declare it as pure.
Antworten