Extensions.Math.Log

From emotive
Revision as of 07:52, 5 August 2014 by Nb (talk | contribs) (Created page with "Category:Math == Classification == {{ClassificationActivity | Log | Logarithm of a given number to a given base | Term | OTX Math Extension | - | - | - | Yes}...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name Log
Short Description Logarithm of a given number to a given base
Class Term
Extension OTX Math Extension
Group -
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

Float Log(NumericTerm numeral, NumericTerm base);

Description

The Log term is used for the calculation of the logarithm of a given number on a given base.

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 Result of the calculation of the logarithm of a number.

Properties

Name Data Type Class Default Cardinality Description
Numeral - Term - [1] The numerical value (of type Integer or Float), where the logarithm is calculated..
Base - Term - [1] The numerical value (of type Integer or Float), which will serve as the logarithmic basis of the calculation.

Examples

Float result = Log(1,2);

See also

Power
Ln
Sin
Cos
Tan