我要评分
获取效率
正确性
完整性
易理解

Replaceability

The input parameters of all VML interfaces of KML_VML and MKL are the same. Only function names are different. For details, see Table 1.

Table 1 Replacement mapping of VML

MKL Interface

KML Interface

Data Type

Description

v?Add

v?add

s, d

Addition function

v?Sub

v?sub

s, d

Subtraction function

v?Sqr

v?sqr

s, d

Square function

v?Mul

v?mul

s, d

Multiplication function

v?Div

v?div

s, d

Division function

v?Sqrt

v?sqrt

s, d

Square root function

v?Pow

v?pow

s, d

Power function

v?Exp

v?exp

s, d

Exponential function with the natural logarithm as the base

v?Ln

v?ln

s, d

Computes the base-e logarithm of a vector.

v?Log10

v?log10

s, d

Logarithm function with 10 as the base

v?Cos

v?cos

s, d

Cosine function

v?Sin

v?sin

s, d

Sine function

v?Tan

v?tan

s, d

Tangent function

v?Atan

v?atan

s, d

Arc tangent function

v?Atan2

v?atan2

s, d

Arc tangent function of two variables in four quadrants

v?Sincos

v?sincos

s, d

Sine and cosine function

v?Sinh

v?sinh

s, d

Hyperbolic sine function

v?Cosh

v?cosh

s, d

Hyperbolic cosine function

v?Tanh

v?tanh

s, d

Hyperbolic tangent function

v?Asinh

v?asinh

s, d

Inverse hyperbolic sine function

v?Acosh

v?acosh

s, d

Inverse hyperbolic cosine function

v?Atanh

v?atanh

s, d

Inverse hyperbolic tangent function