Mercurial > hg > octave-nkf
diff src/data.cc @ 4303:e15a96673976
[project @ 2003-01-23 03:03:08 by jwe]
author | jwe |
---|---|
date | Thu, 23 Jan 2003 03:03:08 +0000 |
parents | ccfdb55c8156 |
children | a9e0bff33b02 |
line wrap: on
line diff
--- a/src/data.cc +++ b/src/data.cc @@ -1294,7 +1294,7 @@ "-*- texinfo -*-\n\ @defvr {Built-in Variable} realmax\n\ The largest floating point number that is representable. The actual\n\ -value is system-dependent. On machines that support 64 bit IEEE\n\ +value is system-dependent. On machines that support 64-bit IEEE\n\ floating point arithmetic, @code{realmax} is approximately\n\ @ifinfo\n\ 1.7977e+308\n\ @@ -1309,9 +1309,9 @@ DEFCONST (realmin, DBL_MIN, "-*- texinfo -*-\n\ @defvr {Built-in Variable} realmin\n\ -The smallest floating point number that is representable. The actual\n\ -value is system-dependent. On machines that support 64 bit IEEE\n\ -floating point arithmetic, @code{realmin} is approximately\n\ +The smallest normalized floating point number that is representable.\n\ +The actual value is system-dependent. On machines that support\n\ +64-bit IEEE floating point arithmetic, @code{realmin} is approximately\n\ @ifinfo\n\ 2.2251e-308\n\ @end ifinfo\n\