可替换性
接口名 |
KML接口名 |
描述 |
---|---|---|
sin |
sin |
正弦函数 |
cos |
cos |
余弦函数 |
sincos |
sincos |
正弦、余弦函数 |
tan |
tan |
正切函数 |
asin |
asin |
反正弦函数 |
asind |
asind |
反正弦函数(入参为角度) |
acos |
acos |
反余弦函数 |
atan |
atan |
反正切函数 |
atan2 |
atan2 |
反正切函数 |
cosd |
cosd |
余弦函数(入参为角度) |
sinh |
sinh |
双曲正弦函数 |
cosh |
cosh |
双曲余弦函数 |
tanh |
tanh |
双曲正切函数 |
asinh |
asinh |
反双曲正弦函数 |
acosh |
acosh |
反双曲余弦函数 |
atanh |
atanh |
反双曲正切函数 |
exp |
exp |
指数函数(base e) |
exp2 |
exp2 |
指数函数(base 2) |
log |
log |
对数函数(base e) |
log2 |
log2 |
对数函数(base 2) |
log10 |
log10 |
对数函数(base 10) |
pow |
pow |
幂函数 |
sqrt |
sqrt |
平方根函数 |
cbrt |
cbrt |
立方根函数 |
fmod |
fmod |
浮点数求模 |
tgamma |
tgamma |
伽马函数 |
__powr8i4 |
powr8i4 |
80位扩展精度幂函数 |