4D v14.3

Arctan

Home

 
4D v14.3
Arctan

Arctan 


 

Arctan ( number ) -> Function result 
Parameter Type   Description
number  Real in Tangent for which to calculate the angle
Function result  Real in Angle in radians

Arctan returns the angle, expressed in radians, of the tangent number.

Note: 4D provides the predefined constants Pi, Degree, and Radian. Pi returns the Pi number (3.14159...), Degree returns one degree expressed in radians (0.01745...), and Radian returns one radian expressed in degrees (57.29577...).

Example  

The following example shows the value of Pi:

 ALERT("Pi is equal to: "+String(Arctan(1)*4))

 
PROPERTIES 

Product: 4D
Theme: Math
Number: 20

 
HISTORY 

Created: < 4D v6

 
SEE ALSO 

Cos
Sin
Tan

 
ARTICLE USAGE

4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)