System.Math.CscH

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Renvoie la cosécante hyperbolique d'un angle.

Utilisez CscH pour calculer la cosécante hyperbolique de X, où X est un angle exprimé en radians.

Voir aussi