Afficher : Delphi C++
Préférences d'affichage

System.Math.ArcSec

De XE2 API Documentation

Delphi

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

C++

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

ArcSec renvoie la sécante inverse de X.

Voir aussi

Versions précédentes
Traductions