System.Math.Cosh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Cosh(const X: Single): Single;
function Cosh(const X: Double): Double;
function Cosh(const X: Extended): Extended;

C++

extern DELPHI_PACKAGE float __fastcall Cosh(const float X)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Calculates the hyperbolic cosine of an angle.

Use the Cosh to calculate the hyperbolic cosine of X.

See Also