diff scripts/general/quadl.m @ 24545:ba8b828ee4f2 stable

doc: Replace @math{1e^{XXX}} sequences with raw 1eXXX (bug #52827). Expansion in TeX leads to incorrect interpretation of 1 * e^{XXX} rather than 1 * 10^{XXX}. * quad.txi, quad.cc (Fquad), quadcc.cc (Fquad.cc), dblquad.m, quadl.m: Replace @math{1e^{XXX}} sequences with raw 1eXXX (bug #52827).
author Rik <rik@octave.org>
date Sun, 07 Jan 2018 08:26:41 -0800
parents 3ac9f9ecfae5
children d3a507ca2d5d
line wrap: on
line diff
--- a/scripts/general/quadl.m	Sun Jan 07 07:47:11 2018 -0800
+++ b/scripts/general/quadl.m	Sun Jan 07 08:26:41 2018 -0800
@@ -34,7 +34,7 @@
 ## limits must be finite.
 ##
 ## The optional argument @var{tol} defines the absolute tolerance with which
-## to perform the integration.  The default value is @math{1e-6}.
+## to perform the integration.  The default value is 1e-6.
 ##
 ## The algorithm used by @code{quadl} involves recursively subdividing the
 ## integration interval.  If @var{trace} is defined then for each subinterval