中文
注册
我要评分
文档获取效率
文档正确性
内容完整性
文档易理解
在线提单
论坛求助

函数说明

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

平方根函数