comparison libinterp/corefcn/bitfcns.cc @ 21547:ad0599a0acc6

doc: Wrap C++ docstrings to 79 characters + newline (80 total). * besselj.cc, bitfcns.cc, cellfun.cc, data.cc, debug.cc, error.cc, file-io.cc, graphics.cc, input.cc, lu.cc, matrix_type.cc, nproc.cc, pr-output.cc, quadcc.cc, regexp.cc, schur.cc, sparse.cc, strfind.cc, strfns.cc, syscalls.cc, urlwrite.cc, variables.cc, __osmesa_print__.cc, audiodevinfo.cc, audioread.cc, ccolamd.cc, chol.cc, colamd.cc, convhulln.cc, qr.cc, symbfact.cc, ov-java.cc, ov-struct.cc, ov-usr-fcn.cc, pt-arg-list.cc: doc: Wrap C++ docstrings to 79 characters + newline (80 total).
author Rik <rik@octave.org>
date Sun, 27 Mar 2016 20:39:19 -0700
parents 40de9f8f23a6
children 3d60ed163b70
comparison
equal deleted inserted replaced
21546:f7f97d7e9294 21547:ad0599a0acc6
661 @deftypefnx {} {} flintmax (\"single\")\n\ 661 @deftypefnx {} {} flintmax (\"single\")\n\
662 Return the largest integer that can be represented consecutively in a\n\ 662 Return the largest integer that can be represented consecutively in a\n\
663 floating point value.\n\ 663 floating point value.\n\
664 \n\ 664 \n\
665 The default class is @qcode{\"double\"}, but @qcode{\"single\"} is a valid\n\ 665 The default class is @qcode{\"double\"}, but @qcode{\"single\"} is a valid\n\
666 option. On IEEE 754 compatible systems, @code{flintmax} is @w{@math{2^{53}}}\n\ 666 option. On IEEE 754 compatible systems, @code{flintmax} is\n\
667 for @qcode{\"double\"} and @w{@math{2^{24}}} for @qcode{\"single\"}.\n\ 667 @w{@math{2^{53}}} for @qcode{\"double\"} and @w{@math{2^{24}}} for\n\
668 @qcode{\"single\"}.\n\
668 @seealso{intmax, realmax, realmin}\n\ 669 @seealso{intmax, realmax, realmin}\n\
669 @end deftypefn") 670 @end deftypefn")
670 { 671 {
671 int nargin = args.length (); 672 int nargin = args.length ();
672 673