These docs are for v1.0. Click to read the latest docs for v1.2.

COSH

Calculates the hyperbolic cosine of the specified angle, in radians.

Syntax

=COSH(angle)

Arguments

ArgumentTypeDescription
angleNumberThe angle in radians

Examples

=COSH(1)1.5430806348152437
Calculates the hyperbolic cosine of 1

=COSH(0)1
Calculates the hyperbolic cosine of 0

=COSH(@"Property 1")1.8567610569852664
Calculates the hyperbolic cosine of the shape data property @"Property 1" (1.23)