/usr/share/help/fr/mate-calc/power.page is in mate-calc-common 1.20.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="guide" id="power" xml:lang="fr">
<info>
<link type="guide" xref="index#equation"/>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Jonathan Ernst</mal:name>
<mal:email>jonathan@ernstfamily.ch</mal:email>
<mal:years>2006</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Claude Paroz</mal:name>
<mal:email>claude@2xlibre.net</mal:email>
<mal:years>2006-2009</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Laurent Coudeur</mal:name>
<mal:email>laurentc@iol.ie</mal:email>
<mal:years>2009-2010</mal:years>
</mal:credit>
</info>
<title>Puissances et racines</title>
<p>Les puissances sont saisies en mettant un <link xref="superscript">nombre en exposant</link> après la valeur.</p>
<example>
<p>5²</p>
</example>
<p>L'inverse d'un nombre peut être saisie en utilisant le symbole inverse ⁻¹ (<keyseq><key>Ctrl</key><key>I</key></keyseq>).</p>
<example>
<p>3⁻¹</p>
</example>
<p>Les puissances peuvent être calculées avec le symbole ^. Cela permet d'inclure une équation dans une puissance.</p>
<example>
<p>5^(6−2)</p>
</example>
<p>Si votre clavier ne dispose pas d'une touche <key>^</key>, vous pouvez utiliser deux fois la touche <key>*</key>.</p>
<p>Les racines carrées peuvent être calculées en utilisant la combinaison (<keyseq><key>Ctrl</key><key>R</key></keyseq>).</p>
<example>
<p>√2</p>
</example>
<p>Les racines nièmes peuvent être calculées en mettant un <link xref="superscript">nombre en indice</link> devant le signe racine.</p>
<example>
<p>₃√2</p>
</example>
</page>
|