# $EPIC: log10.txt,v 1.3 2006/08/01 04:11:44 sthalik Exp $ ======Synopsis:====== $[[log10]](////) ======Technical:====== * Returns the base-10 logarithm of //// * If the //// argument is omitted the empty string is returned. * As always, the return value is limited to 6 decimal places. * As always, DOM and RANGE means an error occured. ======Returns:====== The value //X// such that 10 ** //X// == //// ======History:======