diff doc/interpreter/numbers.txi @ 20716:1ecee53513d7

doc: Peridodic grammar check of documentation. * diffeq.txi, numbers.txi, symtab.cc, urlwrite.cc, mget.m, uicontextmenu.m, uicontrol.m, uipanel.m, uipushtool.m, uitoggletool.m, uitoolbar.m, waitbar.m, hsv2rgb.m, beep.m, textread.m, odeget.m, integrate_adaptive.m, integrate_const.m, annotation.m, surfnorm.m: Peridodic grammar check of documentation.
author Rik <rik@octave.org>
date Wed, 18 Nov 2015 17:24:47 -0800
parents 4bb41929286b
children 9fc91bb2aec3
line wrap: on
line diff
--- a/doc/interpreter/numbers.txi	Wed Nov 18 16:40:22 2015 -0800
+++ b/doc/interpreter/numbers.txi	Wed Nov 18 17:24:47 2015 -0800
@@ -619,7 +619,8 @@
 
 As the maximum value that can be represented by a number is important
 for bit manipulation, particularly when forming masks, Octave supplies
-two functions 'flintmax' for floating point integers, and 'intmax'.
+two utility functions: @code{flintmax} for floating point integers, and
+@code{intmax} for integer objects (@code{uint8}, @code{int64}, etc.).
 
 Octave also includes the basic bitwise 'and', 'or', and 'exclusive or'
 operators.