apoc.math.csch函数 详细信息 语法 apoc.math.csch(value) 描述 返回双曲余割值。 参数 名称 类型 描述 值 FLOAT 以弧度为单位的角度。 返回 FLOAT 使用示例 以下示例返回一个值的双曲余割值 apoc.math.csch RETURN apoc.math.csch(0.7) AS result; Cypher 的 sinh() 函数 RETURN 1 / sinh(0.7) AS result; // As csch(x) = 1 / sinh(x) 结果 结果 1.318246091466297 更多关于 apoc.math.csch 的文档 apoc.math.coth apoc.math.maxByte