System.Math.Cosecant

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Utilisez Cosecant pour calculer la cosécante de X, où X est un angle exprimé en radians. La cosécante est calculée à l'aide de la formule 1/ Sin(X).

Voir aussi