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

« back to all changes in this revision

Viewing changes to modules/signal_processing/help/en_US/percentk.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:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svg="http://www.w3.org/2000/svg" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:db="http://docbook.org/ns/docbook" version="5.0-subset Scilab" xml:lang="en" xml:id="percentk">
3
 
  <refnamediv>
4
 
    <refname>%k</refname>
5
 
    <refpurpose> Jacobi's complete elliptic integral</refpurpose>
6
 
  </refnamediv>
7
 
  <refsynopsisdiv>
8
 
    <title>Calling Sequence</title>
9
 
    <synopsis>[K]=%k(m)</synopsis>
10
 
  </refsynopsisdiv>
11
 
  <refsection>
12
 
    <title>Arguments</title>
13
 
    <variablelist>
14
 
      <varlistentry>
15
 
        <term>m</term>
16
 
        <listitem>
17
 
          <para>
18
 
            parameter of the elliptic integral <literal>0&lt;m&lt;1</literal> (<literal>m</literal> can be a vector)
19
 
          </para>
20
 
        </listitem>
21
 
      </varlistentry>
22
 
      <varlistentry>
23
 
        <term>K</term>
24
 
        <listitem>
25
 
          <para>value of the elliptic integral from 0 to 1 on the real axis</para>
26
 
        </listitem>
27
 
      </varlistentry>
28
 
    </variablelist>
29
 
  </refsection>
30
 
  <refsection>
31
 
    <title>Description</title>
32
 
    <para>
33
 
      Calculates Jacobi's complete elliptic integral
34
 
      of the first kind :
35
 
    </para>
36
 
  </refsection>
37
 
  <refsection>
38
 
    <title>References</title>
39
 
    <para>
40
 
      Abramowitz and Stegun page 598
41
 
    </para>
42
 
  </refsection>
43
 
  <refsection>
44
 
    <title>Examples</title>
45
 
    <programlisting role="example"><![CDATA[ 
46
 
m=0.4;
47
 
%asn(1,m)
48
 
%k(m)
49
 
 ]]></programlisting>
50
 
  </refsection>
51
 
  <refsection role="see also">
52
 
    <title>See Also</title>
53
 
    <simplelist type="inline">
54
 
      <member>
55
 
        <link linkend="percentasn">%asn</link>
56
 
      </member>
57
 
    </simplelist>
58
 
  </refsection>
59
 
</refentry>