System.Math.Csc

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

extern DELPHI_PACKAGE float __fastcall Csc(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 Csc pour calculer la cosécante de X, où X est un angle exprimé en radians.

Voir aussi