Question 6530
{{{ log( 7, 25 ) }}} is the same thing as saying {{{ log( 10, 25 ) }}} / {{{ log( 10, 7 ) }}}. When logs are written without a base that usually implies that it is base 10.

Hope that helps.
Regards,
-Mike