Mercurial > hg > octave-lyh
diff doc/interpreter/numbers.txi @ 16939:06897f865f0b
Add flintmax() as an alias for function bitmax().
* NEWS: Announce new function.
* libinterp/corefcn/bitfcns.cc(Fbitmax): Adjust docstring to mention
flintmax calling form. Use DEFALIAS macro to set flintmax equal
to existing bitmax function.
* doc/interpreter/numbers.txi: Put anchor in documentation for new alias.
* scripts/help/__unimplemented__.m: Remove from unimplemented list.
author | Rik <rik@octave.org> |
---|---|
date | Tue, 09 Jul 2013 16:08:16 -0700 (2013-07-09) |
parents | c3fd61c59e9c |
children | e7a059a9a644 |
line wrap: on
line diff
--- a/doc/interpreter/numbers.txi +++ b/doc/interpreter/numbers.txi @@ -614,9 +614,10 @@ for bit manipulation, particularly when forming masks, Octave supplies the function @code{bitmax}. +@anchor{docXflintmax} @DOCSTRING(bitmax) -This is the double precision version of the functions @code{intmax}, +This is the double precision version of the function @code{intmax}, previously discussed. Octave also includes the basic bitwise 'and', 'or' and 'exclusive or'