Difference between revisions of "OOoES/Traduccion/Calc: Funciones Matematicas"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Lista de funciones matematicas)
Line 8: Line 8:
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion COS|'''COS''']]
 
|[[OOoES/Traduccion/Calc: Funcion COS|'''COS''']]
|Regresa el coseno de un angulo.
+
|Devuelve el coseno de un angulo.
  
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion SIN|'''SIN''']]
 
|[[OOoES/Traduccion/Calc: Funcion SIN|'''SIN''']]
|Regresa el seno de un angulo.
+
|Devuelve el seno de un angulo.
  
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion TAN|'''TAN''']]
 
|[[OOoES/Traduccion/Calc: Funcion TAN|'''TAN''']]
|Regresa el tangente de un angulo.
+
|Devuelve el tangente de un angulo.
  
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion COT|'''COT''']]
 
|[[OOoES/Traduccion/Calc: Funcion COT|'''COT''']]
|Regresa la cotangente de un angulo.
+
|Devuelve la cotangente de un angulo.
  
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion ACOS|'''ACOS''']]
 
|[[OOoES/Traduccion/Calc: Funcion ACOS|'''ACOS''']]
|Regresa la cotangente inverso de un numero.
+
|Devuelve la cotangente inverso de un numero.
  
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion ACOT|'''ACOT''']]
 
|[[OOoES/Traduccion/Calc: Funcion ACOT|'''ACOT''']]
|Regresa la cotangente inversa de un numero.
+
|Devuelve la cotangente inversa de un numero.
  
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion ASIN|'''ASIN''']]
 
|[[OOoES/Traduccion/Calc: Funcion ASIN|'''ASIN''']]
|Regresa el seno inverso de un numero.
+
|Devuelve el seno inverso de un numero.
  
 
|-valign="top"
 
|-valign="top"
Line 44: Line 44:
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion DEGREES|'''DEGREES''']]
 
|[[OOoES/Traduccion/Calc: Funcion DEGREES|'''DEGREES''']]
|Convierte radianes en grados.
+
|Devuelve radianes en grados.
  
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion RADIANS|'''RADIANS''']]
 
|[[OOoES/Traduccion/Calc: Funcion RADIANS|'''RADIANS''']]
|Convierte grados en radianes.
+
|Devuelve grados en radianes.
  
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion PI|'''PI''']]
 
|[[OOoES/Traduccion/Calc: Funcion PI|'''PI''']]
|Regresa el valor de PI.
+
|Devuelve el valor de PI.
  
 
|-valign="top"
 
|-valign="top"
Line 94: Line 94:
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion TRUNC|'''TRUNC''']]
 
|[[OOoES/Traduccion/Calc: Funcion TRUNC|'''TRUNC''']]
|Truncates a number by removing decimal places.
+
|Trunca un numero eliminando las posiciones decimales.
  
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion ROUND|'''ROUND''']]
 
|[[OOoES/Traduccion/Calc: Funcion ROUND|'''ROUND''']]
|Rounds a number to a certain precision.
+
|Redondea un numero al siguiente valor.
  
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion ROUNDDOWN|'''ROUNDDOWN''']]
 
|[[OOoES/Traduccion/Calc: Funcion ROUNDDOWN|'''ROUNDDOWN''']]
|Rounds a number down, toward zero, to a certain precision.
+
|Redondea el valor a la posicion inferior, hacia cero, a cierta presición.
  
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion ROUNDUP|'''ROUNDUP''']]
 
|[[OOoES/Traduccion/Calc: Funcion ROUNDUP|'''ROUNDUP''']]
|Rounds a number up, away from zero, to a certain precision.
+
|Redondea un numero hacia arriba, lejos de cero, a una cierta presición.
  
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion CEILING|'''CEILING''']]
 
|[[OOoES/Traduccion/Calc: Funcion CEILING|'''CEILING''']]
|Returns a number rounded up to a multiple of another number.
+
|Devuelve un numero redondeado hacia arriba al multiplo mas cercano de otro numero.
  
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion FLOOR|'''FLOOR''']]
 
|[[OOoES/Traduccion/Calc: Funcion FLOOR|'''FLOOR''']]
|Rounds a number down to the nearest multiple of another number.
+
|Devuelve un numero al multiplo anterior mas cercano de otro numero.
  
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion EVEN|'''EVEN''']]
 
|[[OOoES/Traduccion/Calc: Funcion EVEN|'''EVEN''']]
|Rounds a number to the next even integer away from zero.
+
|Redondea un numero alsiguiente integro par lejos de cero.
  
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion ODD|'''ODD''']]
 
|[[OOoES/Traduccion/Calc: Funcion ODD|'''ODD''']]
|Rounds a number up to the next highest odd integer.
+
|Redondea un numero hacia arriba al siguiente integro impar siguiente.
  
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion MROUND|'''MROUND''']]
 
|[[OOoES/Traduccion/Calc: Funcion MROUND|'''MROUND''']]
|Returns a number rounded to the nearest multiple of another number.
+
|Devuelve un numero redondeado al siguiente multiple de otro numero.
  
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion INT|'''INT''']]
 
|[[OOoES/Traduccion/Calc: Funcion INT|'''INT''']]
|Rounds a number down to the nearest integer.
+
|Redondea un numero hacia al integro anterior.
  
 
|-valign="top"
 
|-valign="top"
 
|[[OOoES/Traduccion/Calc: Funcion QUOTIENT|'''QUOTIENT''']]
 
|[[OOoES/Traduccion/Calc: Funcion QUOTIENT|'''QUOTIENT''']]
|Returns the integer result of a division operation.
+
|Devuelve el integro resultante de una operacion de division.
  
 
|-valign="top"
 
|-valign="top"

Revision as of 21:18, 13 April 2008

Lista de funciones matematicas

Trigonometricos
COS Devuelve el coseno de un angulo.
SIN Devuelve el seno de un angulo.
TAN Devuelve el tangente de un angulo.
COT Devuelve la cotangente de un angulo.
ACOS Devuelve la cotangente inverso de un numero.
ACOT Devuelve la cotangente inversa de un numero.
ASIN Devuelve el seno inverso de un numero.
ATAN Regresa la tangente inversa de un numero.
ATAN2 Reresa la tangente inversa de las coordenadas especificadas entre x y y.
DEGREES Devuelve radianes en grados.
RADIANS Devuelve grados en radianes.
PI Devuelve el valor de PI.
Hyperbole
COSH Devuelve el coseno hiperbolico de un angulo
SINH Devuelve el seno hiperbolico de un angulo.
TANH Devuelve la tangente hiperbolica de un angulo.
COTH Devuelve la cotangente hiperbolica dado por un numero (angulo).
ACOSH Devuelve la coseno inverso de la hiperbola de un numero.
ACOTH Devuelve la cotangenta inversa de la hiperbola de un numero.
ASINH Devuelve el seno inverso hyperbole de un numero.
ATANH Devuelve la tangente inversa hyperbole de un numero.
Redondeos y sobrantes
TRUNC Trunca un numero eliminando las posiciones decimales.
ROUND Redondea un numero al siguiente valor.
ROUNDDOWN Redondea el valor a la posicion inferior, hacia cero, a cierta presición.
ROUNDUP Redondea un numero hacia arriba, lejos de cero, a una cierta presición.
CEILING Devuelve un numero redondeado hacia arriba al multiplo mas cercano de otro numero.
FLOOR Devuelve un numero al multiplo anterior mas cercano de otro numero.
EVEN Redondea un numero alsiguiente integro par lejos de cero.
ODD Redondea un numero hacia arriba al siguiente integro impar siguiente.
MROUND Devuelve un numero redondeado al siguiente multiple de otro numero.
INT Redondea un numero hacia al integro anterior.
QUOTIENT Devuelve el integro resultante de una operacion de division.
MOD Returns the remainder when one integer is divided by another.
Logaritmos / potencias
EXP Returns e raised to the power of a number.
POWER Returns a number raised to a power.
LOG Returns the natural logarithm of a number.
LN Returns the logarithm of a number to the specified base.
LOG10 Returns the base-10 logarithm of a number.
Bessels
BESSELI Calculates the modified Bessel of the first kind.
BESSELJ Calculates the Bessel of the first kind.
BESSELK Calculates the modified Bessel of the second kind.
BESSELY Calculates the Bessel of the second kind (the Neumann or Weber).
Varios
ABS Returns the absolute value of a number.
COMBIN Returns the number of combinations of a subset of items.
COMBINA Returns the number of ordered combinations of a subset of items.
CONVERT Converts between legacy European currencies and Euros.
CONVERT_ADD Converts a number from one measurement system to another.
COUNTBLANK Returns the number of empty cells.
COUNTIF Counts the number of cells in a range that meet a specified condition.
DELTA Returns 1 if two numbers are equal, and 0 otherwise.
ERF Calculates the error (Gauss error).
ERFC Calculates the complementary error (complementary Gauss error).
FACT Returns the factorial of a number, n!.
FACTDOUBLE Returns the double factorial of a number, n!!.
GCD Returns the greatest common divisor of two or more integers.
GCD_ADD Returns the greatest common divisor of a list of numbers.
GESTEP Returns 1 if a number is greater than or equal to a step number, or 0 otherwise.
ISEVEN Returns TRUE if the value is an even number.
ISODD Returns TRUE if the value is an odd number.
LCM Returns the least common multiple of one or more integers.
LCM_ADD Returns the lowest common multiple of a list of numbers.
MULTINOMIAL Returns the factorial of the sum divided by the product of the factorials.
PRODUCT Multiplies all the numbers given as arguments and returns the product.
RAND Returns a random number between 0 and 1.
RANDBETWEEN Returns an integer random number in a specified range.
SERIESSUM Sums the first terms of a power series.
SIGN Returns the sign of a number.
RAIZ Regresa el valor positivo de la raiz cuadrada.
SQRTPI Returns the square root of (PI times a number).
SUBTOTAL Returns SUM, AVERAGE, STDDEV, etc. results for filtered data.
SUMA Suma el contenido de las celdas.
SUMA.SI Conditionally sums the contents of cells in a range.
SUMSQ Regresa la suma de los numero de cuadros.


Ver tambien

Functions listed by category

Personal tools