ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/share/help-langpack/es/gnome-calculator/functions.page

119 lines
4.4 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="guide" id="function" xml:lang="gnome-calculator-es">
<info>
<link type="guide" xref="index#equation"/>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Daniel Mustieles</mal:name>
<mal:email>daniel.mustieles@gmail.com</mal:email>
<mal:years>2012 - 2020</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Jorge González</mal:name>
<mal:email>jorgegonz@svn.gnome.org</mal:email>
<mal:years>2010</mal:years>
</mal:credit>
</info>
<title>Funciones</title>
<p>Las funciones se pueden usar insertando el nombre de la función seguido de los argumentos. La <app>Calculadora</app> también soporta la funciones definidas por el usuario. Si el argumento no es un número o una <link xref="variable">variable única</link>, escriba los argumentos separados por punto y coma y coloque la lista de argumentos entre paréntesis.</p>
<example>
<p its:locNote="Translators: Do not translate the word 'sin'!">sen 30</p>
<p its:locNote="Translators: Do not translate the word 'abs'!">abs (59)</p>
<p its:locNote="Translators: Do not translate the word 'fun'!">fun (9;10)</p>
</example>
<p>Para añadir una función, escriba el nombre de la función en el formato dado a continuación. El nombre de la función y los argumentos sólo pueden contener letras mayúsculas o minúsculas. La parte de después de la @ es la descripción de la función, y es opcional.</p>
<example>
<p>SimpleInterest (principal; tasa; tiempo) = principal * tasa * tiempo @ Fórmula del interés simple</p>
</example>
<p>Las funciones también se pueden insertar usando el botón f(x).</p>
<example>
<p>Pulse en f(x). Escriba el nombre de la función en la caja, elija el número de argumentos y pulse en el botón con el signo «+». En la pantalla de la calculadora escriba la expresión de la función y pulse <key>Intro</key>.</p>
</example>
<example>
<p>Pulse en f(x). Elija la función y pulse sobre ella.</p>
</example>
<p>Las siguientes funciones siempre están definidas</p>
<table>
<tr>
<td><p its:translate="no">abs</p></td>
<td><p><link xref="absolute">Valor absoluto</link></p></td>
</tr>
<tr>
<td><p its:translate="no">ceil</p></td>
<td><p>Ceiling</p></td>
</tr>
<tr>
<td><p its:translate="no">cos</p></td>
<td><p><link xref="trigonometry">Coseno</link></p></td>
</tr>
<tr>
<td><p its:translate="no">cosh</p></td>
<td><p><link xref="trigonometry">Coseno hiperbólico</link></p></td>
</tr>
<tr>
<td><p its:translate="no">floor</p></td>
<td><p>Floor</p></td>
</tr>
<tr>
<td><p its:translate="no">frac</p></td>
<td><p>Parte fraccional</p></td>
</tr>
<tr>
<td><p its:translate="no">int</p></td>
<td><p>Parte entera</p></td>
</tr>
<tr>
<td><p its:translate="no">ln</p></td>
<td><p><link xref="logarithm">Logaritmo natural</link></p></td>
</tr>
<tr>
<td><p its:translate="no">log</p></td>
<td><p><link xref="logarithm">Logaritmo</link></p></td>
</tr>
<tr>
<td><p its:translate="no">not</p></td>
<td><p><link xref="boolean">NOT booleano</link></p></td>
</tr>
<tr>
<td><p its:translate="no">ones</p></td>
<td><p>Complemento a uno</p></td>
</tr>
<tr>
<td><p its:translate="no">round</p></td>
<td><p>Redondeo</p></td>
</tr>
<tr>
<td><p its:translate="no">sgn</p></td>
<td><p>Signo</p></td>
</tr>
<tr>
<td><p its:translate="no">sin</p></td>
<td><p><link xref="trigonometry">Seno</link></p></td>
</tr>
<tr>
<td><p its:translate="no">sinh</p></td>
<td><p><link xref="trigonometry">Seno hiperbólico</link></p></td>
</tr>
<tr>
<td><p its:translate="no">sqrt</p></td>
<td><p><link xref="power">Raíz cuadrada</link></p></td>
</tr>
<tr>
<td><p its:translate="no">tan</p></td>
<td><p><link xref="trigonometry">Tangente</link></p></td>
</tr>
<tr>
<td><p its:translate="no">tanh</p></td>
<td><p><link xref="trigonometry">Tangente hiperbólica</link></p></td>
</tr>
<tr>
<td><p its:translate="no">twos</p></td>
<td><p>Complemento a dos</p></td>
</tr>
</table>
</page>