Ajuda do LibreOffice 7.4
As funções de Suplemento são fornecidas pelo serviço UNO com.sun.star.sheet.addin.Analysis.
Calcula a função de Bessel modificada do primeiro tipo In(x).
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)
=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
Calcula a função de Bessel modificada do primeiro tipo Jn(x) (função cilíndrica).
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)
=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
Calcula a função de Bessel modificada do segundo tipo Kn(x).
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)
=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)
Calcula a função de Bessel modificada do segundo tipo Yn(x).
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)
=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)
The result is the number for the binary (base-2) number string entered.
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.
=BIN2DEC("1100100") returns 100.
The result is the string representing the number in hexadecimal form for the binary (base-2) number string entered.
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.
=BIN2HEX("1100100";6) returns "000064".
The result is the string representing the number in octal form for the binary (base-2) number string entered.
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.
=BIN2OCT("1100100";4) returns "0144".
The result is the string representing the number in binary (base-2) form for the number entered.
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.
=DEC2BIN(100;8) returns "01100100".
The result is the string representing the number in hexadecimal form for the number entered.
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.
=DEC2HEX(100;4) returns "0064".
The result is the string representing the number in octal form for the number entered.
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.
=DEC2OCT(100;4) returns "0144".
O resultado é 1 se Número é maior ou igual a Etapa.
DEGRAU(Número [; Etapa])
=DEGRAU(5;1) retorna 1.
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).
DELTA(Número1 [; Número2])
=DELTA(1;2) retorna 0.
Retorna valores da integral de erro de Gauss.
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.
=FUNERRO(0;1) retorna 0,842701.
Retorna valores da integral de erro de Gauss entre 0 e o limite passado.
FUNERRO.PRECISO(Limite_Inferior)
Limite_Inferior é o limite da integral. O cálculo é efetuado entre 0 e este limite.
=FUNERRO.PRECISO(1) retorna 0,842701.
COM.MICROSOFT.ERF.PRECISE
Retorna valores complementares da integral de erro de Gauss entre x e o infinito.
FUNERROCOMPL(LimiteInferior)
LimiteInferior é o limite inferior da integral
=FUNERROCOMPL(1) retorna 0.157299.
Retorna valores complementares da integral de erro de Gauss entre x e o infinito.
FUNERROCOMPL.PRECISO(limite_inferior)
LimiteInferior é o limite inferior da integral
=FUNERROCOMPL.PRECISO(1) retorna 0,157299.
COM.MICROSOFT.ERFC.PRECISE
The result is the string representing the number in binary (base-2) form for the hexadecimal number string entered.
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.
=HEX2BIN("6a";8) returns "01101010".
The result is the number for the hexadecimal number string entered.
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.
=HEXADEC("6a") retorna 106.
The result is the string representing the number in octal form for the hexadecimal number string entered.
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.
=HEX2OCT("6a";4) returns "0152".