~ubuntu-branches/ubuntu/raring/scilab/raring-proposed

« back to all changes in this revision

Viewing changes to modules/elementary_functions/help/en_US/trigonometry/asech.xml

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-30 14:42:38 UTC
  • mfrom: (1.4.7)
  • Revision ID: package-import@ubuntu.com-20120830144238-c1y2og7dbm7m9nig
Tags: 5.4.0-beta-3-1~exp1
* New upstream release
* Update the scirenderer dep
* Get ride of libjhdf5-java dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 * Ajouter ici d'éventuels commentaires sur le fichier XML
4
4
-->
5
5
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:ns5="http://www.w3.org/1999/xhtml" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" xmlns:scilab="http://www.scilab.org" version="5.0-subset Scilab" xml:id="asech" xml:lang="en">
6
 
  <refnamediv>
7
 
    <refname>asech</refname>
8
 
    <refpurpose>computes the element-wise inverse hyperbolic secant of the
9
 
      argument.
10
 
    </refpurpose>
11
 
  </refnamediv>
12
 
  <refsynopsisdiv>
13
 
    <title>Calling Sequence</title>
14
 
    <synopsis>y = asech(x)</synopsis>
15
 
  </refsynopsisdiv>
16
 
  <refsection>
17
 
    <title>Arguments</title>
18
 
    <variablelist>
19
 
      <varlistentry>
20
 
        <term>x</term>
21
 
        <listitem>
22
 
          <para>Real or complex array.</para>
23
 
        </listitem>
24
 
      </varlistentry>
25
 
      <varlistentry>
26
 
        <term>y</term>
27
 
        <listitem>
28
 
          <para>Real or complex array.</para>
29
 
        </listitem>
30
 
      </varlistentry>
31
 
    </variablelist>
32
 
  </refsection>
33
 
  <refsection>
34
 
    <title>Description</title>
35
 
    <para>Computes the element-wise inverse hyperbolic secant of the argument.
36
 
      If the argument is real and have absolute value less than one the result
37
 
      is real.
38
 
    </para>
39
 
    <para>
40
 
      The following equalities hold: <literal>asech(x) = acosh(1 ./ x)=
41
 
        %i*csgn(%i*(1−1 ./ x))*asec(x)=csgn(%i*(1 − 1 ./
42
 
        x))*(%pi/2*(%i+acsch(%i*x)))
43
 
      </literal>
44
 
    </para>
45
 
  </refsection>
46
 
  <refsection>
47
 
    <title>Examples</title>
48
 
    <programlisting role="example"><![CDATA[ 
 
6
    <refnamediv>
 
7
        <refname>asech</refname>
 
8
        <refpurpose>computes the element-wise inverse hyperbolic secant of the
 
9
            argument.
 
10
        </refpurpose>
 
11
    </refnamediv>
 
12
    <refsynopsisdiv>
 
13
        <title>Calling Sequence</title>
 
14
        <synopsis>y = asech(x)</synopsis>
 
15
    </refsynopsisdiv>
 
16
    <refsection>
 
17
        <title>Arguments</title>
 
18
        <variablelist>
 
19
            <varlistentry>
 
20
                <term>x</term>
 
21
                <listitem>
 
22
                    <para>Real or complex array.</para>
 
23
                </listitem>
 
24
            </varlistentry>
 
25
            <varlistentry>
 
26
                <term>y</term>
 
27
                <listitem>
 
28
                    <para>Real or complex array.</para>
 
29
                </listitem>
 
30
            </varlistentry>
 
31
        </variablelist>
 
32
    </refsection>
 
33
    <refsection>
 
34
        <title>Description</title>
 
35
        <para>Computes the element-wise inverse hyperbolic secant of the argument.
 
36
            If the argument is real and have absolute value less than one the result
 
37
            is real.
 
38
        </para>
 
39
        <para>
 
40
            The following equalities hold: <literal>asech(x) = acosh(1 ./ x)=
 
41
                %i*csgn(%i*(1−1 ./ x))*asec(x)=csgn(%i*(1 − 1 ./
 
42
                x))*(%pi/2*(%i+acsch(%i*x)))
 
43
            </literal>
 
44
        </para>
 
45
    </refsection>
 
46
    <refsection>
 
47
        <title>Examples</title>
 
48
        <programlisting role="example"><![CDATA[ 
49
49
asech(1)
50
50
 ]]></programlisting>
51
 
  </refsection>
52
 
  <refsection role="see also">
53
 
    <title>See Also</title>
54
 
    <simplelist type="inline">
55
 
      <member>
56
 
        <link linkend="sech">sech</link>
57
 
        <!--<link linkend="csgn" >csgn</link>-->
58
 
      </member>
59
 
    </simplelist>
60
 
  </refsection>
61
 
  <refsection>
62
 
    <title>References</title>
63
 
    <simplelist type="vert">
64
 
      <member>Kahan, W., "Branch cuts for complex elementary functions, or,
65
 
        Much ado about nothing's sign bit", Proceedings of the joing IMA/SIAM
66
 
        conference on The State of the Art in Numerical Analysis, University of
67
 
        Birmingham, A. Iserles and M.J.D. Powell, eds, Clarendon Press, Oxford,
68
 
        1987, 165-210.
69
 
      </member>
70
 
    </simplelist>
71
 
  </refsection>
 
51
    </refsection>
 
52
    <refsection role="see also">
 
53
        <title>See Also</title>
 
54
        <simplelist type="inline">
 
55
            <member>
 
56
                <link linkend="sech">sech</link>
 
57
                <!--<link linkend="csgn" >csgn</link>-->
 
58
            </member>
 
59
        </simplelist>
 
60
    </refsection>
 
61
    <refsection>
 
62
        <title>References</title>
 
63
        <simplelist type="vert">
 
64
            <member>Kahan, W., "Branch cuts for complex elementary functions, or,
 
65
                Much ado about nothing's sign bit", Proceedings of the joing IMA/SIAM
 
66
                conference on The State of the Art in Numerical Analysis, University of
 
67
                Birmingham, A. Iserles and M.J.D. Powell, eds, Clarendon Press, Oxford,
 
68
                1987, 165-210.
 
69
            </member>
 
70
        </simplelist>
 
71
    </refsection>
72
72
</refentry>