SIN()

From Recital Documentation Wiki
Revision as of 15:34, 20 March 2009 by Yvonnemilne (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

SIN()

Class

Numeric Data


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(), TAN(), SET DECIMALS, SET FIXED


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 Database Server, Recital Mirage Server, Recital Terminal Developer