Show: Delphi C++
Display Preferences

System.Math.Cosecant

From XE2 API Documentation
Jump to: navigation, search

Delphi

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

C++

extern PACKAGE float __fastcall Cosecant(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 Cosecant to calculate the cosecant of X, where X is an angle in radians. The cosecant is calculated as 1/ Sin(X).

See Also

Personal tools
Previous Versions
Translations