System.Math.Secant

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

extern DELPHI_PACKAGE float __fastcall Secant(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 d'un angle.

Utilisez Secant pour obtenir la sécante de X, où X est un angle exprimé en radians. La sécante est calculée en utilisant la formule 1 / Cos(X).

Voir aussi