~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/fr/elementary/calerf.xml

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> 
 
2
<!DOCTYPE MAN SYSTEM "../../manrev.dtd">
 
3
<MAN>
 
4
  <LANGUAGE>fr</LANGUAGE>
 
5
  <TITLE>calerf  </TITLE>
 
6
  <TYPE>Scilab Function  </TYPE>
 
7
  <DATE>December 1994  </DATE>
 
8
  <SHORT_DESCRIPTION name="calerf">  calcule diff�rentes fonctions d&apos;erreur.  </SHORT_DESCRIPTION>
 
9
  <PARAM>
 
10
 <PARAM_INDENT>
 
11
  <PARAM_ITEM>
 
12
  <PARAM_NAME>x  </PARAM_NAME>
 
13
  <PARAM_DESCRIPTION>
 
14
  <SP>
 
15
    : vecteur r�el
 
16
</SP>
 
17
  </PARAM_DESCRIPTION> 
 
18
  </PARAM_ITEM>
 
19
  <PARAM_ITEM>
 
20
  <PARAM_NAME>flag  </PARAM_NAME>
 
21
  <PARAM_DESCRIPTION>
 
22
  <SP>
 
23
    : un entier 
 
24
</SP>
 
25
  </PARAM_DESCRIPTION> 
 
26
  </PARAM_ITEM>
 
27
  <PARAM_ITEM>
 
28
  <PARAM_NAME>y  </PARAM_NAME>
 
29
  <PARAM_DESCRIPTION>
 
30
  <SP>
 
31
    : vecteur r�el (de m�me taille que x)
 
32
</SP>
 
33
  </PARAM_DESCRIPTION> 
 
34
  </PARAM_ITEM>
 
35
 </PARAM_INDENT>
 
36
  </PARAM>
 
37
  <DESCRIPTION>
 
38
  <P>
 
39
     <VERB>calerf(x,0)</VERB> calcule la fonction erreur :<VERB>erf(x)</VERB>
 
40
  </P><P>
 
41
     <VERB>calerf(x,1)</VERB> calcule la fonction erreur compl�mentaire :<VERB>erfc(x)</VERB>
 
42
  </P> <P>
 
43
     <VERB>calerf(x,2)</VERB> calcule la fonction erreur compl�mentaire normalis�e :<VERB>erfcx(x)</VERB>
 
44
  </P>
 
45
</DESCRIPTION>
 
46
  <EXAMPLE><![CDATA[
 
47
deff('y=f(t)','y=exp(-t^2)');
 
48
calerf(1,0)
 
49
2/sqrt(%pi)*intg(0,1,f)
 
50
 ]]></EXAMPLE>
 
51
  <SEE_ALSO>
 
52
    <SEE_ALSO_ITEM><LINK>erf</LINK></SEE_ALSO_ITEM>
 
53
    <SEE_ALSO_ITEM><LINK>erfc</LINK></SEE_ALSO_ITEM>
 
54
    <SEE_ALSO_ITEM><LINK>calerf</LINK></SEE_ALSO_ITEM>
 
55
  </SEE_ALSO>
 
56
<AUTHOR>W. J. Cody (code from Netlib (specfun))</AUTHOR>
 
57
 
 
58
</MAN>