comparison etc/NEWS.8.md @ 30996:4298af839d20

quadgk.m: Change stopping criterion to "<=" from just "<". * NEWS.8.md: Announce change in Matlab Compatibility section. * quadgk.m: Change stopping criterion to use "<=".
author Rik <rik@octave.org>
date Wed, 11 May 2022 12:14:08 -0700
parents 4ef25c610433
children 5330efaf9476
comparison
equal deleted inserted replaced
30995:1fcfe9443917 30996:4298af839d20
33 - `print` now accepts option `-image` to specify the "opengl" renderer 33 - `print` now accepts option `-image` to specify the "opengl" renderer
34 and `-vector` to specify the "painters" renderer. 34 and `-vector` to specify the "painters" renderer.
35 35
36 - `format` now accepts the option "default", which is equivalent to 36 - `format` now accepts the option "default", which is equivalent to
37 calling `format` without any options to reset the default state. 37 calling `format` without any options to reset the default state.
38
39
40 - `quadgk` now stops iterating when `error <= tolerance` while the previous
41 condition was `error < tolerance`.
38 42
39 ### Alphabetical list of new functions added in Octave 8 43 ### Alphabetical list of new functions added in Octave 8
40 44
41 45
42 ### Deprecated functions, properties, and operators 46 ### Deprecated functions, properties, and operators