Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

sec is not pure

tracyx
New Contributor I
437 Views
Hi,
why isn;t the secant function sec pure? Should it be?
T.
0 Kudos
1 Reply
Steven_L_Intel1
Employee
437 Views
Intel Fortran does not provide a SEC intrinsic. If you provide your own, you can declare it as pure.
0 Kudos
Reply