~ubuntu-branches/ubuntu/trusty/scilab/trusty

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-02 11:02:49 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20120802110249-0v5953emkp25geuz
Tags: 5.4.0-beta-2-1~exp1
* New upstream release
* Remove libscilab-java (remove upstream). Use libscilab2-java instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!--
3
3
 * Ajouter ici d'éventuels commentaires sur le fichier XML
4
4
-->
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" version="5.0-subset Scilab" xml:id="sech" xml:lang="en">
6
 
  <info>
7
 
    <pubdate>$LastChangedDate: 09-12-2008 $</pubdate>
8
 
  </info>
 
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="sech" xml:lang="en">
9
6
  <refnamediv>
10
7
    <refname>sech</refname>
11
8
    <refpurpose>Compute the element-wise hyperbolic secant of the
41
38
    </para>
42
39
  </refsection>
43
40
  <refsection>
 
41
    <title>Sample</title>
 
42
    <scilab:image>
 
43
      x=linspace(-10,10,1000)
 
44
      plot(x,sech(x))
 
45
    </scilab:image>
 
46
  </refsection>
 
47
  <refsection>
44
48
    <title>Examples</title>
45
49
    <programlisting role="example"><![CDATA[ 
46
50
x=linspace(-10,10,1000)