Afficher : Delphi
C++
Préférences d'affichage
System.Math.SecH
De XE2 API Documentation
Delphi
function SecH(const X: Single): Single; function SecH(const X: Double): Double; function SecH(const X: Extended): Extended;
C++
extern PACKAGE float __fastcall SecH(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
Calcule la sécante hyperbolique d'un angle.
Utilisez SecH pour obtenir la sécante hyperbolique de X, où X est un angle exprimé en radians.