From 8b522d10311b8c2e99033062e56cf834f36ba984 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Mon, 13 May 2019 01:28:06 +0200 Subject: [PATCH] Correct an incomplete latex command in math mode --- include/deal.II/differentiation/sd/symengine_math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5