num required default (none)The value whose logarithm is computed. Treated as a floating-point number. A value of 0 yields -INF and a negative value yields NAN, since the logarithm is undefined there.
base optional default (empty: natural log, base e)The logarithm base, treated as a floating-point number. When omitted, the natural logarithm (base e) is returned, matching PHP log() called with a single argument.
[{log:{math:2*128}:2}]
[{log:100}]
[{log:1000:10}]
[{log:256:2}]
[{log:81:3}]
[{log:0}]
[{log:1:10}]
[{log:2.718281828459045}]
[{log:1}]
[{log:-1}]