apoc.math.coth

This function is deprecated. Use Cypher’s coth() function instead.

Details

Syntax

apoc.math.coth(value)

Description

Returns the hyperbolic cotangent.

Arguments

Name

Type

Description

value

FLOAT

An angle in radians.

Returns

FLOAT

Usage Examples

The following returns the hyperbolic cotangent of a value:

apoc.math.coth
RETURN apoc.math.coth(0.7) AS result;
Cypher’s coth() function
RETURN coth(0.7) AS result;
Results
result 1.654621635803