diff options
author | Michaël Baudin <michael.baudin@scilab.org> | 2009-02-16 15:41:54 +0100 |
---|---|---|
committer | Michaël Baudin <michael.baudin@scilab.org> | 2009-02-16 15:41:54 +0100 |
commit | e07ad4b0a63054e181a0be9852f18f20aa41e5f3 (patch) | |
tree | 75c394ec4300fbe4601882d565fce173f0041e9e /scilab_doc | |
parent | 627019c316065d75639d82d52ca75c82f0420793 (diff) | |
download | scilab-e07ad4b0a63054e181a0be9852f18f20aa41e5f3.zip scilab-e07ad4b0a63054e181a0be9852f18f20aa41e5f3.tar.gz |
Small fix in the introduction
Diffstat (limited to 'scilab_doc')
-rw-r--r-- | scilab_doc/scilabisnotnaive/introduction.tex | 5 | ||||
-rw-r--r-- | scilab_doc/scilabisnotnaive/scilabisnotnaive.pdf | bin | 294290 -> 294439 bytes |
2 files changed, 4 insertions, 1 deletions
diff --git a/scilab_doc/scilabisnotnaive/introduction.tex b/scilab_doc/scilabisnotnaive/introduction.tex index a66ce2e..b697405 100644 --- a/scilab_doc/scilabisnotnaive/introduction.tex +++ b/scilab_doc/scilabisnotnaive/introduction.tex | |||
@@ -3,11 +3,14 @@ | |||
3 | Scilab take cares with your numbers. | 3 | Scilab take cares with your numbers. |
4 | While most mathematic books deals with exact formulas, | 4 | While most mathematic books deals with exact formulas, |
5 | Scilab uses algorithms which are specifically designed for | 5 | Scilab uses algorithms which are specifically designed for |
6 | computers. | 6 | computers. |
7 | 7 | ||
8 | The difficulty is generated by the fact that, while | 8 | The difficulty is generated by the fact that, while |
9 | the mathematics treat with \emph{real} numbers, the | 9 | the mathematics treat with \emph{real} numbers, the |
10 | computer deals with their \emph{floating point representations}. | 10 | computer deals with their \emph{floating point representations}. |
11 | This is the difference between the | ||
12 | \emph{naive}, mathematical, approach, and the \emph{numerical}, | ||
13 | floating-point aware, implementation. | ||
11 | 14 | ||
12 | In this article, we will show examples of these problems by | 15 | In this article, we will show examples of these problems by |
13 | using the following theoric and experimental approach. | 16 | using the following theoric and experimental approach. |
diff --git a/scilab_doc/scilabisnotnaive/scilabisnotnaive.pdf b/scilab_doc/scilabisnotnaive/scilabisnotnaive.pdf index 1e41a48..511050a 100644 --- a/scilab_doc/scilabisnotnaive/scilabisnotnaive.pdf +++ b/scilab_doc/scilabisnotnaive/scilabisnotnaive.pdf | |||
Binary files differ | |||