comparison libinterp/octave-value/ov-bool-mat.cc @ 31375:96f751f8392c

doc: grammar check documentation ahead of 8.1 release. * numbers.txi, vectorize.txi, besselj.cc, data.cc, oct-hist.cc, pr-output.cc, ov-bool-mat.cc, LSODE-opts.in, quadgk.m, warning_ids.m, clearAllMemoizedCaches.m, memoize.m, nthargout.m, pkg.m, print.m, movslice.m: Grammar check documentation ahead of 8.1 release.
author Rik <rik@octave.org>
date Sun, 30 Oct 2022 21:58:36 -0700
parents b3ca7f891750
children e88a07dec498
comparison
equal deleted inserted replaced
31369:c0f1a817c058 31375:96f751f8392c
592 592
593 Any nonzero values will be converted to true (1) while zero values will be 593 Any nonzero values will be converted to true (1) while zero values will be
594 converted to false (0). The non-numeric value NaN cannot be converted and will 594 converted to false (0). The non-numeric value NaN cannot be converted and will
595 produce an error. 595 produce an error.
596 596
597 Compatibility Note: Octave accepts complex values as input, whereas @sc{matlab} issues an error. 597 Compatibility Note: Octave accepts complex values as input, whereas @sc{matlab}
598 issues an error.
598 @seealso{double, single, char} 599 @seealso{double, single, char}
599 @end deftypefn */) 600 @end deftypefn */)
600 { 601 {
601 if (args.length () != 1) 602 if (args.length () != 1)
602 print_usage (); 603 print_usage ();