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
Results
| Binding | Type | Predicate |
|---|---|---|
| var | float | N/A |
Examples
XML
<output>
<math:log base="2">1024</math:log>
</output>
<!-- 10 -->