Difference between revisions of "SIN()"

From Lianjapedia
Jump to: navigation, search
 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Function to return the sine of a value
 
Function to return the sine of a value
 
  
 
==Syntax==
 
==Syntax==
 
SIN(<expN>)
 
SIN(<expN>)
 
  
 
==See Also==
 
==See Also==
 
[[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[DTOR()]], [[EXP()]], [[LOG()]], [[LOG10()]], [[PI()]], [[RTOD()]], [[SET DECIMALS]], [[SET FIXED]], [[TAN()]]
 
[[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[DTOR()]], [[EXP()]], [[LOG()]], [[LOG10()]], [[PI()]], [[RTOD()]], [[SET DECIMALS]], [[SET FIXED]], [[TAN()]]
 
  
 
== Description==
 
== Description==
 
The SIN() function returns the sine of the angle <expN> expressed in radians.  The DTOR() function can be used for converting degrees to radians.
 
The SIN() function returns the sine of the angle <expN> expressed in radians.  The DTOR() function can be used for converting degrees to radians.
 
  
 
==Example==
 
==Example==
Line 21: Line 17:
 
   0.707107
 
   0.707107
 
</code>
 
</code>
 
  
 
==Products==
 
==Products==
Recital, Recital Server
+
Lianja, Lianja Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
[[Category:Numeric Data]]
 
 
[[Category:Numeric Data Functions]]
 
[[Category:Numeric Data Functions]]

Latest revision as of 09:15, 4 February 2013

Purpose

Function to return the sine of a value

Syntax

SIN(<expN>)

See Also

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

Description

The SIN() function returns the sine of the angle <expN> expressed in radians. The DTOR() function can be used for converting degrees to radians.

Example

set decimals to 6
? sin(dtor(45))
  0.707107

Products

Lianja, Lianja Server