view CITATION @ 30863:e2eed3610b7b stable

don't use mutable keyword for sys::env data members * oct-env.h, oct-env.cc (sys::env::m_current_directory, sys::env::m_prog_name, sys::env::m_prog_invocation_name, sys::env::m_user_name, sys::env::m_host_name): Don't declare data members as mutable. (sys::env::do_polite_directory_format, sys::env::do_getcwd, sys::env::do_get_home_directory, sys::env::do_get_user_config_directory, sys::env::do_get_user_data_directory, sys::env::do_get_user_name, sys::env::do_get_host_name, sys::env::do_set_program_name): Don't declare as const functions.
author John W. Eaton <jwe@octave.org>
date Thu, 24 Mar 2022 11:51:52 -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.