ID EN
#Trigonometry

CSCH

Excel Functions

Get hyperbolic cosecant of an angle.

Syntax

EXCEL
=CSCH(number)

Arguments

Parameter Description
number The hyperbolic angle.

Return Value

The hyperbolic cosecant of the angle.

Details

The Excel CSCH function returns the hyperbolic cosecant of an angle. Given the hyperbolic angle of 1, the function returns 0.850918128 as output. The hyperbolic cosecant function is the reciprocal of the hyperbolic sine function.

Examples

Example 1

The Excel CSCH function returns the hyperbolic cosecant of an angle. Given the hyperbolic angle of 1, the function returns 0.850918128 as output.

EXCEL
=CSCH(1) // returns 0.850918128
Explanation

The hyperbolic cosecant function is the reciprocal of the hyperbolic sine function.

EXCEL
=1/SINH(a) // equivalent to CSCH(a)

See Also

SINH