octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Changeset] Trivial fixes in numbers.txi


From: Thorsten Meyer
Subject: [Changeset] Trivial fixes in numbers.txi
Date: Sun, 18 Jan 2009 12:25:16 +0100
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Hi,

here is a simple changeset, that fixes an incorrect reference and doc style in 
two places. This may
be another chance for me to try pushing to savannah :-).

regards

Thorsten



# HG changeset patch
# User Thorsten Meyer <address@hidden>
# Date 1232277485 -3600
# Node ID b8346866f484d3003847e6a64578832160971c4a
# Parent  efd8a05d164f822be9190623f2271e01b56c9e4c
Trivial fixes in numbers.txi

diff -r efd8a05d164f -r b8346866f484 doc/ChangeLog
--- a/doc/ChangeLog     Fri Jan 16 17:59:13 2009 +0100
+++ b/doc/ChangeLog     Sun Jan 18 12:18:05 2009 +0100
@@ -0,0 +1,4 @@
+2009-01-18  Thorsten Meyer  <address@hidden>
+
+       * interpreter/numbers.txi (Numeric Data Types): Trivial fixes.
+
diff -r efd8a05d164f -r b8346866f484 doc/interpreter/numbers.txi
--- a/doc/interpreter/numbers.txi       Fri Jan 16 17:59:13 2009 +0100
+++ b/doc/interpreter/numbers.txi       Sun Jan 18 12:18:05 2009 +0100
@@ -30,8 +30,9 @@
 constants are represented within Octave in double-precision floating
 point format (complex constants are stored as pairs of double-precision
 floating point values).  It is however possible to represent real
-integers as described in @ref{Integer Data Types}. Here are some examples
-of real-valued numeric constants, which all have the same value:
+integers as described in @ref{Integer Data Types}.  Here are some
+examples of real-valued numeric constants, which all have the same
+value:
 
 @example
 @group
@@ -412,7 +413,7 @@
 Octave includes support for single precision data types, and most of the
 functions in Octave accept single precision values and return single
 precion answers. A single precision variable is created with the
address@hidden function.
address@hidden function.
 
 @DOCSTRING(single)
 
@@ -420,8 +421,9 @@
 
 @example
 sngl = single (rand (2, 2))
-    @result{} sngl = 0.37569   0.92982
-               0.11962   0.50876
+     @result{} sngl = 
+        0.37569   0.92982
+        0.11962   0.50876
 class (sngl)
     @result{} single
 @end example

reply via email to

[Prev in Thread] Current Thread [Next in Thread]