comparison doc/interpreter/install.txi @ 21300:aaf59727f809 stable

doc: Use consistent spacing for memory/storage sizes * README, doc/doxyhtml/README, install.txi, fact.m: Insert space between value and size unit label.
author Mike Miller <mtmiller@octave.org>
date Thu, 18 Feb 2016 13:30:46 -0800
parents 3300cb76cccd
children e5fd5bc5fd90
comparison
equal deleted inserted replaced
21296:596e19e7e571 21300:aaf59727f809
602 On 64-bit systems, Octave is limited to (approximately) the following 602 On 64-bit systems, Octave is limited to (approximately) the following
603 array sizes when using the default 32-bit indexing mode: 603 array sizes when using the default 32-bit indexing mode:
604 604
605 @example 605 @example
606 @group 606 @group
607 double: 16GB 607 double: 16 GB
608 single: 8GB 608 single: 8 GB
609 uint64, int64: 16GB 609 uint64, int64: 16 GB
610 uint32, int32: 8GB 610 uint32, int32: 8 GB
611 uint16, int16: 4GB 611 uint16, int16: 4 GB
612 uint8, int8: 2GB 612 uint8, int8: 2 GB
613 @end group 613 @end group
614 @end example 614 @end example
615 615
616 In each case, the limit is really (approximately) @math{2^{31}} elements 616 In each case, the limit is really (approximately) @math{2^{31}} elements
617 because of the default type of the value used for indexing arrays 617 because of the default type of the value used for indexing arrays