Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 11/07/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

Trigonometric, Exponential, Root, and Logarithmic Intrinsic Procedures

The following table lists intrinsic procedures for trigonometric, exponential, root, and logarithmic operations.

NOTE:

Many routines in the LIBM library (Math Library) are more highly optimized for Intel® microprocessors than for non-Intel microprocessors.

Name

Description

ACOS

Returns the arccosine of the argument, expressed in radians between 0 and pi.

ACOSD

Returns the arccosine of the argument, expressed in degrees between 0 and 180.

ALOG

Returns natural log of the argument.

ALOG10

Returns common log (base 10) of the argument.

ASIN

Returns the arcsine of the argument, expressed in radians between ±pi/2.