Afficher : Delphi
C++
Préférences d'affichage
System.Math.CscH
De XE2 API Documentation
Delphi
function CscH(const X: Single): Single; function CscH(const X: Double): Double; function CscH(const X: Extended): Extended;
C++
extern 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.