comparison doc/interpreter/numbers.txi @ 6624:0d69a50fc5a9

[project @ 2007-05-15 20:17:27 by jwe]
author jwe
date Tue, 15 May 2007 20:17:27 +0000
parents bf4bdc21dc8d
children b26a8e0e42cd
comparison
equal deleted inserted replaced
6623:545847da3b88 6624:0d69a50fc5a9
432 432
433 @DOCSTRING(intmax) 433 @DOCSTRING(intmax)
434 434
435 @DOCSTRING(intmin) 435 @DOCSTRING(intmin)
436 436
437 @menu
438 * Integer Arithmetic::
439 @end menu
440
437 @node Integer Arithmetic 441 @node Integer Arithmetic
438 @subsection Integer Arithmetic 442 @subsection Integer Arithmetic
439 443
440 While many numerical computations can't be carried out in integers, 444 While many numerical computations can't be carried out in integers,
441 Octave does support basic operations like addition and multiplication 445 Octave does support basic operations like addition and multiplication