Math.Tan
From RAD Studio VCL Documentation (German)
Contents |
Delphi-Informationen
von Math.pas
function Tan(const X: Extended): Extended;
Unit: Math
Typ: Funktion
Sichtbarkeit: public
C++-Informationen
von Math.hpp
long double __fastcall Tan(long double X);
Unit: Math
Typ: Funktion
Beschreibung
Berechnet den Tangens von X.
Tan gibt den Tangens von X im Bogenmaß zurück. Tan(X) = Sin(X) / Cos(X).