Visible to Intel only — GUID: GUID-AF5DE7C6-5D6B-4BD4-8EA8-DCE64DCD5438
Visible to Intel only — GUID: GUID-AF5DE7C6-5D6B-4BD4-8EA8-DCE64DCD5438
VM Mathematical Functions
This section describes VM functions that compute values of mathematical functions on real and complex vector arguments.
Each function is introduced by its short name, a brief description of its purpose, and the calling sequence for each type of data, as well as a description of the input/output arguments.
The input range of parameters is equal to the mathematical range of the input data type, unless the function description specifies input threshold values, which mark off the precision overflow, as follows:
FLT_MAX denotes the maximum number representable in single precision real data type
DBL_MAX denotes the maximum number representable in double precision real data type
The following table lists available mathematical functions and associated data types.
Function |
Data Types |
Description |
---|---|---|
Arithmetic Functions |
||
s, d, c, z |
Adds vector elements |
|
s, d, c, z |
Subtracts vector elements |
|
s, d |
Squares vector elements |
|
s, d, c, z |
Multiplies vector elements |
|
c, z |
Multiplies elements of one vector by conjugated elements of the second vector |
|
c, z |
Conjugates vector elements |
|
s, d, c, z |
Computes the absolute value of vector elements |
|
c, z |
Computes the argument of vector elements |
|
s, d |
Performs linear fraction transformation of vectors |
|
s, d |
Performs element by element computation of the modulus function of vector a with respect to vector b |
|
s, d |
Performs element by element computation of the remainder function on the elements of vector a and the corresponding elements of vector b |
|
Power and Root Functions |
||
s, d |
Inverts vector elements |
|
s, d, c, z |
Divides elements of one vector by elements of the second vector |
|
s, d, c, z |
Computes the square root of vector elements |
|
s, d |
Computes the inverse square root of vector elements |
|
s, d |
Computes the cube root of vector elements |
|
s, d |
Computes the inverse cube root of vector elements |
|
s, d |
Computes the cube root of the square of each vector element |
|
s, d |
Computes the square root of the cube of each vector element |
|
s, d, c, z |
Raises each vector element to the specified power |
|
s, d, c, z |
Raises each vector element to the constant power |
|
s, d |
Computes a to the power b for elements of two vectors, where the elements of vector argument a are all non-negative |
|
s, d |
Computes the square root of sum of squares |
|
Exponential and Logarithmic Functions |
||
s, d, c, z |
Computes the base e exponential of vector elements |
|
s, d |
Computes the base 2 exponential of vector elements |
|
s, d |
Computes the base 10 exponential of vector elements |
|
s, d |
Computes the base e exponential of vector elements decreased by 1 |
|
s, d, c, z |
Computes the natural logarithm of vector elements |
|
s, d |
Computes the base 2 logarithm of vector elements |
|
s, d, c, z |
Computes the base 10 logarithm of vector elements |
|
s, d |
Computes the natural logarithm of vector elements that are increased by 1 |
|
s, d |
Computes the exponents of the elements of input vector a |
|
Trigonometric Functions |
||
s, d, c, z |
Computes the cosine of vector elements |
|
s, d, c, z |
Computes the sine of vector elements |
|
s, d |
Computes the sine and cosine of vector elements |
|
c, z |
Computes the complex exponent of vector elements (cosine and sine combined to complex value) |
|
s, d, c, z |
Computes the tangent of vector elements |
|
s, d, c, z |
Computes the inverse cosine of vector elements |
|
s, d, c, z |
Computes the inverse sine of vector elements |
|
s, d, c, z |
Computes the inverse tangent of vector elements |
|
s, d |
Computes the four-quadrant inverse tangent of ratios of the elements of two vectors |
|
s, d |
Computes the cosine of vector elements multiplied by |
|
s, d |
Computes the sine of vector elements multiplied by |
|
s, d |
Computes the tangent of vector elements multiplied by |
|
s, d |
Computes the inverse cosine of vector elements divided by |
|
s, d |
Computes the inverse sine of vector elements divided by |
|
s, d |
Computes the inverse tangent of vector elements divided by |
|
s, d |
Computes the four-quadrant inverse tangent of the ratios of the corresponding elementss of two vectors divided by |
|
s, d |
Computes the cosine of vector elements multiplied by /180 |
|
s, d |
Computes the sine of vector elements multiplied by /180 |
|
s, d |
Computes the tangent of vector elements multiplied by /180 |
|
Hyperbolic Functions |
||
s, d, c, z |
Computes the hyperbolic cosine of vector elements |
|
s, d, c, z |
Computes the hyperbolic sine of vector elements |
|
s, d, c, z |
Computes the hyperbolic tangent of vector elements |
|
s, d, c, z |
Computes the inverse hyperbolic cosine of vector elements |
|
s, d, c, z |
Computes the inverse hyperbolic sine of vector elements |
|
s, d, c, z |
Computes the inverse hyperbolic tangent of vector elements. |
|
Special Functions |
||
s, d |
Computes the error function value of vector elements |
|
s, d |
Computes the complementary error function value of vector elements |
|
s, d |
Computes the cumulative normal distribution function value of vector elements |
|
s, d |
Computes the inverse error function value of vector elements |
|
s, d |
Computes the inverse complementary error function value of vector elements |
|
s, d |
Computes the inverse cumulative normal distribution function value of vector elements |
|
s, d |
Computes the natural logarithm for the absolute value of the gamma function of vector elements |
|
s, d |
Computes the gamma function of vector elements |
|
s, d |
Computes the exponential integral of vector elements |
|
Rounding Functions |
||
s, d |
Rounds towards minus infinity |
|
s, d |
Rounds towards plus infinity |
|
s, d |
Rounds towards zero infinity |
|
s, d |
Rounds to nearest integer |
|
s, d |
Rounds according to current mode |
|
s, d |
Rounds according to current mode and raising inexact result exception |
|
s, d |
Computes the integer and fractional parts |
|
s, d |
Computes the fractional part |
|
Miscellaneous Functions |
||
s, d |
Returns vector of elements of one argument with signs changed to match other argument elements |
|
s, d |
Returns vector of elements containing the next representable floating-point values following the values from the elements of one vector in the direction of the corresponding elements of another vector |
|
s, d |
Returns vector containing the differences of the corresponding elements of the vector arguments if the first is larger and +0 otherwise |
|
s, d |
Returns the larger of each pair of elements of the two vector arguments |
|
s, d |
Returns the smaller of each pair of elements of the two vector arguments |
|
s, d |
Returns the element with the larger magnitude between each pair of elements of the two vector arguments |
|
s, d |
Returns the element with the smaller magnitude between each pair of elements of the two vector arguments |