diff libinterp/corefcn/quadcc.cc @ 24546:d3a507ca2d5d

maint: merge stable to default.
author Rik <rik@octave.org>
date Sun, 07 Jan 2018 09:57:32 -0800
parents 194eb4bd202b ba8b828ee4f2
children 0b9e7fcaab91
line wrap: on
line diff
--- a/libinterp/corefcn/quadcc.cc	Sun Jan 07 07:20:03 2018 -0800
+++ b/libinterp/corefcn/quadcc.cc	Sun Jan 07 09:57:32 2018 -0800
@@ -1513,8 +1513,8 @@
 absolute tolerance, and the second element is the desired relative tolerance.
 To choose a relative test only, set the absolute tolerance to zero.  To choose
 an absolute test only, set the relative tolerance to zero.  The default
-absolute tolerance is @math{1e^{-10}} (@math{1e^{-5}} for single), and the
-default relative tolerance is @math{1e^{-6}} (@math{1e^{-4}} for single).
+absolute tolerance is 1e-10 (1e-5 for single), and the default relative
+tolerance is 1e-6 (1e-4 for single).
 
 The optional argument @var{sing} contains a list of points where the integrand
 has known singularities, or discontinuities in any of its derivatives, inside