Difference between revisions of "ATN2()"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return the angle size for the specified cosine and sine values of a given point
 
Function to return the angle size for the specified cosine and sine values of a given point
 
  
 
==Syntax==
 
==Syntax==
 
ATN2(<expN1>, <expN2>)
 
ATN2(<expN1>, <expN2>)
 
  
 
==See Also==
 
==See Also==
 
[[ACOS()]], [[ASIN()]], [[ATAN()]], [[COS()]], [[DTOR()]], [[EXP()]], [[LOG()]], [[LOG10()]], [[PI()]], [[RTOD()]], [[SET DECIMALS]], [[SET FIXED]], [[SIN()]], [[TAN()]]
 
[[ACOS()]], [[ASIN()]], [[ATAN()]], [[COS()]], [[DTOR()]], [[EXP()]], [[LOG()]], [[LOG10()]], [[PI()]], [[RTOD()]], [[SET DECIMALS]], [[SET FIXED]], [[SIN()]], [[TAN()]]
 
  
 
==Description==
 
==Description==
 
The ATN2() function returns the angle size, in radians, for the specified cosine and sine values of a given point.  <expN1> and <expN2> represent the cosine and sine values, respectively.  The angle size is returned as a numeric in radians.  The SET DECIMALS command determines the number of decimals displayed in the returned angle size.
 
The ATN2() function returns the angle size, in radians, for the specified cosine and sine values of a given point.  <expN1> and <expN2> represent the cosine and sine values, respectively.  The angle size is returned as a numeric in radians.  The SET DECIMALS command determines the number of decimals displayed in the returned angle size.
 
  
 
==Example==
 
==Example==
Line 21: Line 17:
 
     0.5236
 
     0.5236
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==
Recital Server, Recital
+
Lianja Server, Lianja
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Numeric Data]]
 
 
[[Category:Numeric Data Functions]]
 
[[Category:Numeric Data Functions]]

Latest revision as of 08:56, 4 February 2013

Purpose

Function to return the angle size for the specified cosine and sine values of a given point

Syntax

ATN2(<expN1>, <expN2>)

See Also

ACOS(), ASIN(), ATAN(), COS(), DTOR(), EXP(), LOG(), LOG10(), PI(), RTOD(), SET DECIMALS, SET FIXED, SIN(), TAN()

Description

The ATN2() function returns the angle size, in radians, for the specified cosine and sine values of a given point. <expN1> and <expN2> represent the cosine and sine values, respectively. The angle size is returned as a numeric in radians. The SET DECIMALS command determines the number of decimals displayed in the returned angle size.

Example

set decimals to 4
?atn2(0.5000,0.8660)
    0.5236

Products

Lianja Server, Lianja