System.Math.ArcCscH

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

extern DELPHI_PACKAGE float __fastcall ArcCscH(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 inverse hyperbolic cosecant of a given number.

ArcCsc returns the inverse hyperbolic cosecant of X.

See Also