__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?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="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>[email protected]</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>[email protected]</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 (5−9)</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>

Filemanager

Name Type Size Permission Actions
figures Folder 0755
absolute.page File 921 B 0644
base.page File 1.58 KB 0644
boolean.page File 1.27 KB 0644
complex.page File 1.63 KB 0644
conv-base.page File 1.04 KB 0644
conv-character.page File 992 B 0644
conv-currency.page File 1.75 KB 0644
conv-length.page File 1.05 KB 0644
conv-time.page File 951 B 0644
conv-weight.page File 946 B 0644
equation.page File 1.59 KB 0644
factorial.page File 896 B 0644
factorize.page File 905 B 0644
financial.page File 3.4 KB 0644
functions.page File 4.41 KB 0644
history.page File 1.95 KB 0644
index.page File 1.65 KB 0644
keyboard.page File 1.82 KB 0644
legal.xml File 566 B 0644
logarithm.page File 1.29 KB 0644
modulus.page File 852 B 0644
mouse.page File 1.5 KB 0644
number-display.page File 1.81 KB 0644
percentage.page File 1.25 KB 0644
power.page File 2.16 KB 0644
scientific.page File 1.44 KB 0644
superscript.page File 1.9 KB 0644
trigonometry.page File 1.7 KB 0644
variables.page File 1.87 KB 0644
Filemanager