System.Math.CscH

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Returns the hyperbolic cosecant of an angle.

Use the CscH to calculate the hyperbolic cosecant of X, where X is an angle in radians.

See Also