BT编程语言文档
cosh
返回指定数值的双曲余弦值语法 math.cosh(x: Int|Float)
x:必填,接受一个数字
// 返回:1 math.cosh(0) // 返回:1.5430806348152437 math.cosh(1) // 返回:1.5430806348152437 math.cosh(-1)语法 math.cosh(x: Int|Float)
x:必填,接受一个数字
// 返回:1 math.cosh(0) // 返回:1.5430806348152437 math.cosh(1) // 返回:1.5430806348152437 math.cosh(-1)