tail head cat sleep
QR code linking to this page

Manpage  — ATAN

BEZEICHNUNG

atan - die Arkus Tangens Funktion

INHALT

ÜBERSICHT

#include <math.h> 

double atan(double x);

BESCHREIBUNG

Die Funktion atan() berechnet den Arkus Tangens von x. Dies ist der Wert, dessen Tangens x ist.

RÜCKGABEWERT

Die Funktion atan() gibt den Arkus Tangens von x im Radialmaß zurück und der Wert liegt zwischen -PI/2 und PI/2

KONFORM ZU

SVID 3, POSIX, BSD 4.3, ISO 9899

SIEHE AUCH

acos(3), asin(3), atan2(3), cos(3), sin(3), tan(3).


30 Mai 1996 ATAN (3) GNU

tail head cat sleep
QR code linking to this page


Bitte richten Sie Ihre Kommentare zu diesem Handbuch Seite Service, Ben Bullock. Privacy policy.

Using Unix is the computing equivalent of listening only to music by David Cassidy
— Rob Pike