view CITATION @ 30834:f1a9e55d850c stable

for all but range<double>, create arrays instead of range objects * ov.cc (integer_difference, range_numel_aux, range_numel, make_int_range, make_float_range): New functions. (make_char_range): New function, adapted from make_range<char>. (colon_op): Update to use new make_float_range, make_int_range, and make_char_range functions. (make_range<double>, make_range<float>, make_range<char>): Delete. * range.tst: Update tests.
author John W. Eaton <jwe@octave.org>
date Sun, 13 Mar 2022 12:57:22 -0400
parents 347dbc9049d5
children 04120d65778a
line wrap: on
line source

To cite GNU Octave in publications use:

  John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2020).
  GNU Octave version 7.1.0 manual: a high-level interactive language for
  numerical computations.
  URL https://www.gnu.org/software/octave/doc/v7.1.0/

A BibTeX entry for LaTeX users is:

  @manual{,
    title     = {{GNU Octave} version 7.1.0 manual: a high-level interactive language for numerical computations},
    author    = {John W. Eaton and David Bateman and S{\o}ren Hauberg and Rik Wehbring},
    year      = {2022},
    url       = {https://www.gnu.org/software/octave/doc/v7.1.0/},
  }

We have invested a lot of time and effort in creating GNU Octave, please
cite it when using it.  See also 'citation pkgname' for citing Octave
packages.