Logarithm
Anatomy
<math:log var="var" base="10">
float
</math:log>
Description: MATH:LOG calculates the logarithm of a value using a given logarithmic base.
Attributes
Results:
| Binding | Type | Predicate |
|---|---|---|
| var | float | N/A |
Examples
Example
<output>
<math:log base="2">1024</math:log>
</output>
<!-- 10 -->