apoc.math.coth函数在 Cypher 25 中已弃用 此函数已弃用。请改用 Cypher 的 coth() 函数。 详细信息 语法 apoc.math.coth(value) 描述 返回双曲余切值。 参数 名称 类型 描述 值 FLOAT 以弧度为单位的角度。 返回 FLOAT 使用示例 以下返回某个值的双曲余切值 apoc.math.coth RETURN apoc.math.coth(0.7) AS result; Cypher 的 coth() 函数 RETURN coth(0.7) AS result; 结果 结果 1.654621635803 关于 apoc.math.coth 的更多文档 apoc.math.cosh apoc.math.csch