函数说明

KML_MATH是C语言实现的基本数学函数库。

函数类

函数名

描述

三角函数

(Trigonometric functions)

sin

正弦函数

cos

余弦函数

sincos

正弦、余弦函数

tan

正切函数

atan

反正切函数

atan2

反正切函数

指数和对数函数

(Exponential and logarithmic functions)

exp

指数函数 (base e)

exp2

指数函数 (base 2)

log

对数函数 (base e)

log2

对数函数 (base 2)

log10

对数函数 (base 10)

幂和根函数(Power and root function)

pow

幂函数

sqrt

平方根函数