From: Jean-Paul Pelteret Date: Sun, 12 May 2019 23:28:06 +0000 (+0200) Subject: Correct an incomplete latex command in math mode X-Git-Tag: v9.1.0-rc1~36^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b522d10311b8c2e99033062e56cf834f36ba984;p=dealii.git Correct an incomplete latex command in math mode --- diff --git a/include/deal.II/differentiation/sd/symengine_math.h b/include/deal.II/differentiation/sd/symengine_math.h index 1a73bed06a..a4c1738014 100644 --- a/include/deal.II/differentiation/sd/symengine_math.h +++ b/include/deal.II/differentiation/sd/symengine_math.h @@ -117,7 +117,7 @@ namespace Differentiation /** * Return a symbolic number that represents the Euler constant - * $e approx 2.71828$ raised to the given @p exponent. + * $e \approx 2.71828$ raised to the given @p exponent. * * Mimics the function std::exp(exponent) using the standard * math library.