1 <?xml version="1.0" encoding="UTF-8"?>
3 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
4 * Copyright (C) 2008 - INRIA
6 * Copyright (C) 2012 - 2016 - Scilab Enterprises
8 * This file is hereby licensed under the terms of the GNU GPL v2.0,
9 * pursuant to article 5.3.4 of the CeCILL v.2.1.
10 * This file was originally licensed under the terms of the CeCILL v2.1,
11 * and continues to be available under such terms.
12 * For more information, see the COPYING file which you should have received
13 * along with this program.
16 <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" xml:id="cotd" xml:lang="fr">
18 <refname>cotd</refname>
19 <refpurpose>cotangent des éléments de l'argument donné en
24 <title>Séquence d'appel</title>
25 <synopsis>y=cotg(x)</synopsis>
28 <title>Paramètres</title>
33 <para>Tableau réel.</para>
39 <para>Tableau réel de mêmes dimensions que
47 <title>Description</title>
49 Les éléments de <literal>y</literal> sont les cotangentes
50 (<literal>y=cos(x)./sin(x)</literal>) des éléments correspondants de
51 <literal>x</literal> supposés donnés en degrés. Pour les éléments égaux à
52 <literal>n*180</literal> avec <literal>n</literal> entier le résultat et
53 infini (ou une erreur selon le mode ieee choisi) tandis que
54 <literal>cotg(n*%pi)</literal> est très grand mais fini car
55 <literal>%pi</literal> ne peut être représenté exactement. Pour les
56 éléments égaux à <literal>n*90</literal> avec <literal>n</literal> entier
57 et impair le résultat est exactement 0.
61 <title>Exemples</title>
62 <programlisting role="example"><![CDATA[
67 <refsection role="see also">
68 <title>Voir aussi</title>
69 <simplelist type="inline">
71 <link linkend="cotg">cotg</link>