Funções de suplemento, lista de funções de análise - Parte Um

note

As funções de Suplemento são fornecidas pelo serviço UNO com.sun.star.sheet.addin.Analysis.


Para acessar este comando...

Inserir - Função - Categoria Suplemento


BESSELI

Calcula a função de Bessel modificada do primeiro tipo In(x).

Sintaxe

BESSELI(X; N)

X é o argumento da função.

N É um inteiro positivo (N> = 0) que representa a ordem da função de Bessel In (x)

Exemplo

=BESSELI(3,45;4), retorna 0.651416873060081

= BESSELI (3,45;4,333), retorna 0,651416873060081, igual ao anterior porque a parte fracionária de N é ignorada.

=BESSELI(-1;3), retorna -0.022168424924332

BESSELJ

Calcula a função de Bessel modificada do primeiro tipo Jn(x) (função cilíndrica).

Sintaxe

BESSELJ(X; N)

X é o argumento da função.

N É um inteiro positivo (N> = 0) que representa a ordem da função de Bessel Jn (x)

Exemplo

=BESSELJ(3,45;4), retorna 0.196772639864984

= BESSELJ (3,45; 4,333), retorna 0,196772639864984, o mesmo acima porque a parte fracionada de N é ignorada.

=BESSELJ(-1;3), retorna -0.019563353982668

BESSELK

Calcula a função de Bessel modificada do segundo tipo Kn(x).

Sintaxe

BESSELK(X; N)

X é o valor estritamente positivo (X> 0) no qual a função será calculada.

N é um inteiro positivo (N> = 0) que representa a ordem da função de Bessel Kn(x)

Exemplo

=BESSELK(3,45;4), retorna 0.144803466373734

=BESSELK(3,45;4,333), retorna 0.144803466373734, igual ao anterior porque a parte fracionária de N é ignorada.

=BESSELK(0;3), retorna Erro:502 – argumento inválido (X=0)

BESSELY

Calcula a função de Bessel modificada do segundo tipo Yn(x).

Sintaxe

BESSELY(X; N)

X é o valor estritamente positivo (X> 0) no qual a função será calculada.

N é um inteiro positivo (N> = 0) que representa a ordem da função de Bessel Yn (x)

Exemplo

=BESSELY(3,45;4), retorna -0.679848116844476

= BESSELY(3,45;4,333), retorna -0.679848116844476, igual ao anterior porque a parte fracionária de N é ignorada.

=BESSELY(0;3), retorna Erro:502 – argumento inválido (X=0)

BINADEC

The result is the number for the binary (base-2) number string entered.

Sintaxe

BINADEC(Número)

Number is a string representing a binary (base-2) number. It can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement.

Exemplo

=BIN2DEC("1100100") returns 100.

BINAHEX

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

Sintaxe

BINAHEX(Número [; Casas])

Number is a string representing a binary (base-2) number. It can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement.

Places means the number of places to be output.

Exemplo

=BIN2HEX("1100100";6) returns "000064".

BINAOCT

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

Sintaxe

DECAOCT(Número [;Casas])

Number is a string representing a binary (base-2) number. It can have a maximum of 10 places (bits). The most significant bit is the sign bit. Negative numbers are entered as two's complement.

Casas significa o número de casas na saída.

Exemplo

=BIN2OCT("1100100";4) returns "0144".

DECABIN

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

Sintaxe

DECAOCT(Número [;Casas])

Number is a number between -512 and 511. If Number is negative, the function returns a binary number string with 10 characters. The most significant bit is the sign bit, the other 9 bits return the value.

Casas significa o número de casas na saída.

Exemplo

=DEC2BIN(100;8) returns "01100100".

DECAHEX

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

Sintaxe

DECAOCT(Número [;Casas])

Number is a number. If Number is negative, the function returns a hexadecimal number string with 10 characters (40 bits). The most significant bit is the sign bit, the other 39 bits return the value.

Casas significa o número de casas na saída.

Exemplo

=DEC2HEX(100;4) returns "0064".

DECAOCT

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

Sintaxe

DECAOCT(Número [;Casas])

Number is a number. If Number is negative, the function returns an octal number string with 10 characters (30 bits). The most significant bit is the sign bit, the other 29 bits return the value.

Casas significa o número de casas na saída.

Exemplo

=DEC2OCT(100;4) returns "0144".

DEGRAU

O resultado é 1 se Número é maior ou igual a Etapa.

Sintaxe

DEGRAU(Número [; Etapa])

Exemplo

=DEGRAU(5;1) retorna 1.

DELTA

O resultado será VERDADEIRO (1) se ambos os números, que são apresentados como um argumento, forem iguais; do contrário, será FALSO (0).

Sintaxe

DELTA(Número1 [; Número2])

Exemplo

=DELTA(1;2) retorna 0.

FUNERRO

Retorna valores da integral de erro de Gauss.

Sintaxe

FUNERRO(LimiteInferior [; LimiteSuperior])

LimiteInferior é o limite inferior da integral.

LimiteSuperior é opcional. É o limite superior da integral. Se o valor for omitido, o cálculo ocorre entre 0 e o limite inferior.

Exemplo

=FUNERRO(0;1) retorna 0,842701.

FUNERRO.PRECISO

Retorna valores da integral de erro de Gauss entre 0 e o limite passado.

Sintaxe

FUNERRO.PRECISO(Limite_Inferior)

Limite_Inferior é o limite da integral. O cálculo é efetuado entre 0 e este limite.

Exemplo

=FUNERRO.PRECISO(1) retorna 0,842701.

Informação técnica

tip

Esta função está disponível desde o LibreOffice 4.3.


Esta função não faz parte do padrão Open Document Format for Office Applications (OpenDocument) Versão 1.3. Parte 4: Formato de Fórmula Recalculada (OpenFormula). O espaço de nomes é

COM.MICROSOFT.ERF.PRECISE

FUNERROCOMPL

Retorna valores complementares da integral de erro de Gauss entre x e o infinito.

Sintaxe

FUNERROCOMPL(LimiteInferior)

LimiteInferior é o limite inferior da integral

Exemplo

=FUNERROCOMPL(1) retorna 0.157299.

FUNERROCOMPL.PRECISO

Retorna valores complementares da integral de erro de Gauss entre x e o infinito.

Sintaxe

FUNERROCOMPL.PRECISO(limite_inferior)

LimiteInferior é o limite inferior da integral

Exemplo

=FUNERROCOMPL.PRECISO(1) retorna 0,157299.

Informação técnica

tip

Esta função está disponível desde o LibreOffice 4.3.


Esta função não faz parte do padrão Open Document Format for Office Applications (OpenDocument) Versão 1.3. Parte 4: Formato de Fórmula Recalculada (OpenFormula). O espaço de nomes é

COM.MICROSOFT.ERFC.PRECISE

HEXABIN

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

Sintaxe

DECAOCT(Número [;Casas])

Number is a string that represents a hexadecimal 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.

Casas é o número de casas de saída.

Exemplo

=HEX2BIN("6a";8) returns "01101010".

HEXADEC

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

Sintaxe

HEXADEC(Número)

Number is a string that represents a hexadecimal 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.

Exemplo

=HEXADEC("6a") retorna 106.

HEXAOCT

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

Sintaxe

DECAOCT(Número [;Casas])

Number is a string that represents a hexadecimal 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.

Casas é o número de casas de saída.

Exemplo

=HEX2OCT("6a";4) returns "0152".