Add-in Functions, List of Analysis Functions Part Two

note

The Add-in functions are supplied by the UNO com.sun.star.sheet.addin.Analysis service.


P'aportar a esta orde...

Inxertar - Función - Categoría Add-In


[text/scalc/01/func_imcos.xhp#imcos_head not found].

Returns the cosine of a complex number.

[text/scalc/01/func_imcosh.xhp#imcosh_head not found].

Returns the hyperbolic cosine of a complex number.

[text/scalc/01/func_imcot.xhp#imcot_head not found].

Returns the cotangent of a complex number.

[text/scalc/01/func_imcsc.xhp#imcsc_head not found].

Returns the cosecant of a complex number.

[text/scalc/01/func_imcsch.xhp#imcsch_head not found].

Returns the hyperbolic cosecant of a complex number.

[text/scalc/01/func_imsec.xhp#imsec_head not found].

Returns the secant of a complex number.

[text/scalc/01/func_imsech.xhp#imsech_head not found].

Returns the hyperbolic secant of a complex number.

[text/scalc/01/func_imsin.xhp#imsin_head not found].

Returns the sine of a complex number.

[text/scalc/01/func_imsinh.xhp#imsinh_head not found].

Returns the hyperbolic sine of a complex number.

[text/scalc/01/func_imtan.xhp#imtan_head not found].

Returns the tangent of a complex number.

CONVERT

Convierte un valor d'una unidá de midida al valor correspondiente n'otra unidá de midida.

COMPLEXU

La resultancia ye un númberu complexu creáu a partir d'un coeficiente real y un coeficiente imaxinariu.

Sintaxis

COMPLEX(RealNum; INum [; Suffix])

NúmberuReal ye'l coeficiente real d'un númberu complexu.

INum ye'l coeficiente imaxinariu d'un númberu complexu.

Sufixu ye una llista d'opciones, "i" o "j".

Exemplu

=COMPLEXU(3;4;"j") devuelve 3+4j.

FACT.DOBLE

La resultancia ye'l factorial del númberu en medríes de 2.

Sintaxis

FACT.DOBLE(Númberu)

Devuelve Númberu !!, el factorial doble de Númberu, onde Númberu ye un númberu enteru mayor o igual a cero.

For even numbers FACTDOUBLE(n) returns:

2*4*6*8* ... *n

For odd numbers FACTDOUBLE(n) returns:

1*3*5*7* ... *n

FACT.DOBLE(0) devuelve 1 por definición.

Exemplu

=FACT.DOBLE(5) devuelve 15.

=FACT.DOBLE(6) devuelve 48.

=FACT.DOBLE(0) devuelve 1.

IM.ABS

La resultancia ye'l valor absolutu d'un númberu complexu.

Sintaxis

IM.ABS("Númberu Complexu")

NúmberuComplexu ye un númberu complexu que s'introduz como "x+yi" o "x+yj".

Exemplu

=IM.ABS("5+12j") devuelve 13.

IM.ANGULO

La resultancia ye l'argumentu (ángulu phi) d'un númberu complexu.

Sintaxis

IM.ÁNGULU("Númberu Complexu")

NúmberuComplexu ye un númberu complexu que s'introduz como "x+yi" o "x+yj".

Exemplu

=IM.ÁNGULU("3+4j") devuelve 0,927295.

IM.CONXUGADA

La resultancia ye'l complementu complexu conxugáu d'un númberu complexu.

Sintaxis

IM.CONXUGADA("Númberu Complexu")

NúmberuComplexu ye un númberu complexu que s'introduz como "x+yi" o "x+yj".

Exemplu

=IM.CONXUGADA("1+j") devuelve 1-j.

IM.DIV

La resultancia ye la división de dos númberos complexos.

Sintaxis

IM.DIV("Numberador"; "Denominador")

Numberador, Denominador son númberos complexos que s'especifiquen col formatu "x+yi" o "x+yj".

Exemplu

=IM.DIV("-238+240i";"10+24i") devuelve 5+12i.

IM.EXP

La resultancia ye la potencia de y y el númberu complexu. La constante y tien un valor averáu de 2,71828182845904.

Sintaxis

IM.EXP("Númberu Complexu")

NúmberuComplexu ye un númberu complexu que s'introduz como "x+yi" o "x+yj".

Exemplu

=IM.EXP("1+j") devuelve 1,47+2,29j (arrondáu).

IM.LN

La resultancia ye'l llogaritmu natural (en base y) d'un númberu complexu. La constante y tien un valor averáu de 2,71828182845904.

Sintaxis

IM.LN("Númberu Complexu")

NúmberuComplexu ye un númberu complexu que s'introduz como "x+yi" o "x+yj".

Exemplu

=IM.LN("1+j") devuelve 0,35+0,79j (arrondáu).

IM.LOG10

La resultancia ye'l llogaritmu común (en base 10) d'un númberu complexu.

Sintaxis

IM.LOG10("Númberu Complexu")

NúmberuComplexu ye un númberu complexu que s'introduz como "x+yi" o "x+yj".

Exemplu

=IM.LOG10("1+j") devuelve 0,15+0,34j (arrondáu).

IM.LOG2

La resultancia ye'l llogaritmu binariu d'un númberu complexu.

Sintaxis

IM.LOG2("Númberu Complexu")

NúmberuComplexu ye un númberu complexu que s'introduz como "x+yi" o "x+yj".

Exemplu

=IM.LOG2("1+j") devuelve 0,50+1,13j (arrondáu).

IM.POT

The result is the ComplexNumber raised to the power of Number.

Sintaxis

IM.POT("Númberu Complexu"; Númberu)

NúmberuComplexu ye un númberu complexu que s'introduz como "x+yi" o "x+yj".

Númberu ye l'esponente.

Exemplu

=IM.POT("2+3i";2) devuelve -5+12i.

IM.PRODUCT

The result is the product of a set of complex numbers.

Sintaxis

IMPRODUCT(Complex 1 [; Complex 2 [; … [; Complex 255]]])

Complex 1, Complex 2, … ,Complex 255 are complex numbers, references to cells or to cell ranges of complex numbers. Complex numbers are entered in the form "x+yi" or "x+yj".

Exemplu

=IM.PRODUCT("3+4j";"5-3j") devuelve 27+11j.

IM.RAIZ2

La resultancia ye'l raigañu cuadráu d'un númberu complexu.

Sintaxis

IM.RAIZ2("Númberu Complexu")

NúmberuComplexu ye un númberu complexu que s'introduz como "x+yi" o "x+yj".

Exemplu

=IM.RAIZ2("3+4i") devuelve 2+1i.

IM.REAL

La resultancia ye'l coeficiente real d'un númberu complexu.

Sintaxis

IM.REAL("Númberu Complexu")

NúmberuComplexu ye un númberu complexu que s'introduz como "x+yi" o "x+yj".

Exemplu

=IM.REAL("1+3j") devuelve 1.

IM.SUM

The result is the sum of a set of complex numbers.

Sintaxis

IMSUM(Complex 1 [; Complex 2 [; … [; Complex 255]]])

Complex 1, Complex 2, … ,Complex 255 are complex numbers, references to cells or to cell ranges of complex numbers. Complex numbers are entered in the form "x+yi" or "x+yj".

Exemplu

=IM.SUM("13+4j";"5+3j") devuelve 18+7j.

IM.SUSTR

La resultancia ye la sustraición de dos númberos complexos.

Sintaxis

IM.SUSTR("Númberu Complexu1"; "Númberu Complexu2")

NúmberuComplexu ye un númberu complexu que s'introduz como "x+yi" o "x+yj".

Exemplu

=IM.SUB("13+4j";"5+3j") devuelve 8+7j.

IMAXINARIU

La resultancia ye'l coeficiente imaxinariu d'un númberu complexu.

Sintaxis

IMAXINARIU("Númberu Complexu")

NúmberuComplexu ye un númberu complexu que s'introduz como "x+yi" o "x+yj".

Exemplu

=IMAXINARIU("4+3j") devuelve 3.

OCT.A.BIN

The result is the string representing the number in binary (base-2) form for the octal number string entered.

Sintaxis

OCT2BIN(Number [; Places])

Number is a string that represents an octal number. It can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement.

Cifres ye'l númberu d'espacios totales.

Exemplu

=OCT2BIN("3";3) returns "011".

OCT.A.DEC

The result is the number for the octal number string entered.

Sintaxis

OCT.A.DEC(Númberu)

Number is a string that represents an octal number. It can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement.

Exemplu

=OCT2DEC("144") returns 100.

OCT.A.HEX

The result is the string representing the number in hexadecimal form for the octal number string entered.

Sintaxis

OCT2HEX(Number [; Places])

Number is a string that represents an octal number. It can have a maximum of 10 places. The most significant bit is the sign bit, the following bits return the value. Negative numbers are entered as two's complement.

Cifres ye'l númberu d'espacios totales.

Exemplu

=OCT2HEX("144";4) returns "0064".

Please support us!