Difference between revisions of "Extensions.Math.Sin"
Jump to navigation
Jump to search
(Created page with "Category:Math == Classification == {{ClassificationActivity | Sin | Sine of the given angle (in radians) | Term | OTX Math Extension | - | - | - | Yes}} == P...") |
(No difference)
|
Revision as of 09:15, 5 August 2014
Contents
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 |
Pseudo-Code Syntax
Float Sin(NumericTerm rad);
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.
![]()
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. |
Examples
Float result = Sin(30);