System.Math.Csc

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Returns the cosecant of an angle.

Use the Csc to calculate the cosecant of X, where X is an angle in radians.

See Also