Extensions.Math.Sin

From emotive
Revision as of 01:53, 16 February 2016 by Hb (talk | contribs)
Jump to navigation Jump to search

Classification

Name Sin
Short Description Sine of the given angle (in radians)
Class Term
Extension OTX Math Extension
Group -
Exceptions -
Checker Rules -
Standard Compliant Yes

OTL Syntax

FloatTerm = Math.Sin(NumericTerm);

Description

The Sin term is used for the calculation of the sine of the given angle used (in radians).

Return Value

The Term returns the value, see table below.

Icons Note.png In OTX, Terms are categorized according to its return data type!
Data Type Description
Float Sine of the given angle (in radians)

Properties

Name Data Type Class Default Cardinality Description
Rad - Term - [1] The angle of which the sine is to be calculated.

OTL Examples

Float Float1;

Float1 = Math.Sin(45);

See also

Power
Log
Ln
Cos
Tan