Extensions.Math.Tan

From emotive
Revision as of 09:19, 5 August 2014 by Nb (talk | contribs) (Created page with "Category:Math == Classification == {{ClassificationActivity | Tan | Tangent of the given angle (in radians) | Term | OTX Math Extension | - | - | - | Yes}} =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Pseudo-Code Syntax

Float Tan(NumericTerm rad);

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.

Icons Note.png 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.

Examples

Float result = Tan(30);

See also

Power
Log
Ln
Sin
Cos