From: guido Date: Fri, 28 Nov 2003 09:51:11 +0000 (+0000) Subject: log as function X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c49ccf37a5447c921b8f6fdeb0fa5b24593151ff;p=dealii-svn.git log as function git-svn-id: https://svn.dealii.org/trunk@8198 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/convergence_table.h b/deal.II/base/include/base/convergence_table.h index de038f81f8..d73aacfcfe 100644 --- a/deal.II/base/include/base/convergence_table.h +++ b/deal.II/base/include/base/convergence_table.h @@ -69,7 +69,7 @@ class ConvergenceTable: public TableHandler * the reduction rate with the assumption * row-1: h, row: h/2. Hence the order * is evaluated by - * $log(value(row-1)/value(row))/log 2$. + * $\log_2 \frac{value(row-1)}{value(row)}$. * * Rate in relation to a reference column: *