Difference between revisions of "Extensions.Math.Tan"
Jump to navigation
Jump to search
m (Hb moved page Tan to Extensions.Math.Tan: #3153) |
|
(No difference)
|
Revision as of 01:44, 16 February 2016
Contents
Classification
Name | Tan |
Short Description | Tangent of the given angle (in radians) |
Class | Term |
Extension | OTX Math Extension |
Group | - |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
FloatTerm = Math.Tan(NumericTerm);
Description
The Tan term is used for the calculation of the tangent of the given angle (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 | Tangent of the given angle (in radians) |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Rad | - | Term | - | [1] | The angle of which the tangent is to be calculated. |
OTL Examples
Float Float1;
Float1 = Math.Tan(45);