Zum Hauptinhalt springen

Logarithm

XML
<math:log var="var" base="10">
float
</math:log>

<math:log /> calculates the logarithm of a value using a given logarithmic base.

Attributes

NameTypeDescriptionDefined By
varvarResult variable name math:log
baseintLogarithmic base math:log

Results

BindingTypePredicate
varfloatN/A

Examples

XML
<output>
<math:log base="2">1024</math:log>
</output>

<!-- 10 -->