tail head cat sleep
QR code linking to this page

Manpage  — ATAN2

BEZEICHNUNG

atan2 - die Arkus-Tangens Funktion zweier Veränderlicher

INHALT

ÜBERSICHT

#include <math.h> 

double atan2(double y, double x);

BESCHREIBUNG

Die Funktion atan2() berechnet den Arkus-Tangens der beiden Variablen x, y. Das ist gleichbedeutend mit dem Armus-Tangens von y / x, wobei das Vorzeichen beider Argumente dazu benutzt wird, den Quadranten zu bestimmen.

RÜCKGABEWERT

Die Funktion gibt den Radialwert zurück, der zwischen -Pi und Pi liegt.

KONFORM ZU

SVID 3, POSIX, BSD 4.3, ISO 9899

SIEHE AUCH

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


1. Juli 1996 ATAN2 (3)

tail head cat sleep
QR code linking to this page


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

The most horrifying thing about Unix is that, no matter how many times you hit yourself over the head with it, you never quite manage to lose consciousness. It just goes on and on.
— Patrick Sobalvarro