Main
Home
Quick tour
Documentation
Mailing Lists
Demonstration
Download
Sourceforge project
FAQ
History
Links


Toolboxes
Char
Control
Crypto
Finance
FunFun
General
Graphics
Image
Internal
InputOutput
LinearAlgebra
Matrix
Miscellaneous
Net
Polynomial
Set
Signal
SpecFun
SpecialMatrix
Statistics
String
System
Time
Trigonometric
...


Contact
Developers

JMathLib
A Java Clone of Octave, SciLab, Freemat and Matlab.

[Index] [Documentation] [Demonstration] [Download]

atan2

Type: unknown

Group: trigonometric

Syntax

answer = ATAN2(value1, value2)

Description

Returns the arc tangent of the gradient represented by the value1 / value2.

Examples

ATAN(2, 1) = 0.4636476090008061 ATAN(-2, 1) = 2.677945044588981

See Also

atan, tan

Last modified
SourceForge Logo