System.Math.ArcSecH

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

extern DELPHI_PACKAGE float __fastcall ArcSecH(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 inverse d'une valeur donnée.

ArcSecH renvoie la sécante hyperbolique inverse de X.

Voir aussi