Difference between revisions of "SIN()"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=SIN()=
 
 
 
==Class==
 
Numeric Data
 
 
 
 
==Purpose==
 
==Purpose==
 
Function to return the sine of a value
 
Function to return the sine of a value
Line 15: Line 8:
  
 
==See Also==
 
==See Also==
[[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[DTOR()]], [[EXP()]], [[LOG()]], [[LOG10()]], [[PI()]], [[RTOD()]], [[TAN()]], [[SET DECIMALS]], [[SET FIXED]]
+
[[ACOS()]], [[ASIN()]], [[ATAN()]], [[ATN2()]], [[COS()]], [[DTOR()]], [[EXP()]], [[LOG()]], [[LOG10()]], [[PI()]], [[RTOD()]], [[SET DECIMALS]], [[SET FIXED]], [[TAN()]]
  
  
Line 31: Line 24:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital, Recital Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Functions]]
 
[[Category:Functions]]
 +
[[Category:Numeric Data]]
 +
[[Category:Numeric Data Functions]]

Latest revision as of 16:28, 7 December 2009

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

Recital, Recital Server