diff options
author | Vincent COUVERT <vincent.couvert@scilab.org> | 2009-02-23 13:35:44 +0100 |
---|---|---|
committer | Vincent COUVERT <vincent.couvert@scilab.org> | 2009-02-23 13:35:44 +0100 |
commit | b8e9be86fa4f743e4afa1753f489d6f0dfe6c231 (patch) | |
tree | fd1b9b34c0de8699aeda8cca2e8f9f2aee99c77b /scilab_doc | |
parent | 4ee22d1237a74215a0a9fd347c0611f0109c4cbf (diff) | |
download | scilab-b8e9be86fa4f743e4afa1753f489d6f0dfe6c231.zip scilab-b8e9be86fa4f743e4afa1753f489d6f0dfe6c231.tar.gz |
Little mistakes
Diffstat (limited to 'scilab_doc')
-rw-r--r-- | scilab_doc/Matlab_Scilab_dictionary/acoth.xml | 2 | ||||
-rw-r--r-- | scilab_doc/Matlab_Scilab_dictionary/logical.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scilab_doc/Matlab_Scilab_dictionary/acoth.xml b/scilab_doc/Matlab_Scilab_dictionary/acoth.xml index b988dc4..9bb270d 100644 --- a/scilab_doc/Matlab_Scilab_dictionary/acoth.xml +++ b/scilab_doc/Matlab_Scilab_dictionary/acoth.xml | |||
@@ -44,6 +44,6 @@ atanh(1 ./A) | |||
44 | </refsection> | 44 | </refsection> |
45 | <refsection> | 45 | <refsection> |
46 | <title>Particular cases</title> | 46 | <title>Particular cases</title> |
47 | <para>In Matlab <emphasis role="bold">y=acoth(x)</emphasis> and Scilab <emphasis role="bold">y=atanh(1 ./x)</emphasis>, for real elements of <emphasis role="bold">x</emphasis> outside the domain <emphasis role="bold">[-1,1]</emphasis>, the complex part of Scilab <emphasis role="bold">y</emphasis> value is the opposite of Matlab <emphasis role="bold">y</emphasis> value. See <emphasis role="bold">atanh</emphasis>/.</para> | 47 | <para>In Matlab <emphasis role="bold">y=acoth(x)</emphasis> and Scilab <emphasis role="bold">y=atanh(1 ./x)</emphasis>, for real elements of <emphasis role="bold">x</emphasis> outside the domain <emphasis role="bold">[-1,1]</emphasis>, the complex part of Scilab <emphasis role="bold">y</emphasis> value is the opposite of Matlab <emphasis role="bold">y</emphasis> value. See <emphasis role="bold">atanh</emphasis>.</para> |
48 | </refsection> | 48 | </refsection> |
49 | </refentry> | 49 | </refentry> |
diff --git a/scilab_doc/Matlab_Scilab_dictionary/logical.xml b/scilab_doc/Matlab_Scilab_dictionary/logical.xml index a2562a3..ae69f7a 100644 --- a/scilab_doc/Matlab_Scilab_dictionary/logical.xml +++ b/scilab_doc/Matlab_Scilab_dictionary/logical.xml | |||
@@ -45,7 +45,7 @@ logical(A) | |||
45 | <refsection> | 45 | <refsection> |
46 | <title>Particular cases</title> | 46 | <title>Particular cases</title> |
47 | <para> | 47 | <para> |
48 | If <emphasis role="bold">A</emphasis> is not an empty matrix, Scilab equivalent for <emphasis role="bold">logical(A)</emphasis> is is not equal to <emphasis role="bold">0</emphasis> else Scilab equivalent is <emphasis role="bold">[]</emphasis>. | 48 | Scilab equivalent for <emphasis role="bold">logical(A)</emphasis> is <emphasis role="italic">A<>0</emphasis> if <emphasis role="bold">A</emphasis> is not an empty matrix and <emphasis role="italic">[]</emphasis> otherwise. |
49 | </para> | 49 | </para> |
50 | </refsection> | 50 | </refsection> |
51 | </refentry> | 51 | </refentry> |