Guida di LibreOffice 7.4
Le funzioni Add-in vengono fornite dal servizio UNO com.sun.star.sheet.addin.Analysis.
Calcola la funzione modificata di Bessel del primo tipo In(x).
BESSEL.I(X; N)
X: il valore secondo il quale si deve calcolare la funzione.
N è un intero positivo (N >= 0) che rappresenta l'ordine della funzione di Bessel In(x)
=BESSEL.I(3,45; 4), restituisce 0,651416873060081
=BESSEL.I(3,45; 4,333), restituisce 0,651416873060081, così come in precedenza, perché la frazione di N viene ignorata.
=BESSEL.I(-1; 3), restituisce -0,022168424924332
Calcola la funzione di Bessel del primo tipo Jn(x) (funzione cilindrica).
BESSEL.J(X; N)
X: il valore secondo il quale si deve calcolare la funzione.
N è un intero positivo (N >= 0) che rappresenta l'ordine della funzione di Bessel Jn(x)
=BESSEL.J(3,45; 4), restituisce 0,196772639864984
=BESSEL.J(3,45; 4,333), restituisce 0,196772639864984, così come in precedenza, perché la frazione di N viene ignorata.
=BESSEL.J(-1; 3), restituisce -0,019563353982668
Calcola la funzione modificata di Bessel del secondo tipo Kn(x).
BESSEL.K(X; N)
X è il valore strettamente positivo (X > 0) secondo il quale si deve calcolare la funzione.
N è l'intero positivo (N >= 0) che rappresenta l'ordine della funzione di Bessel Kn(x)
=BESSEL.K(3,45; 4), restituisce 0,144803466373734
=BESSEL.K(3.45, 4.333), restituisce 0,144803466373734, così come in precedenza, perché la frazione di N viene ignorata.
=BESSEL.K(0, 3), restituisce Err:502 – argomento non valido (X=0)
Calcola la funzione di Bessel del secondo tipo Yn(x).
BESSEL.Y(X; N)
X è il valore strettamente positivo (X > 0) secondo il quale si deve calcolare la funzione.
N è un intero positivo (N >= 0) che rappresenta l'ordine della funzione di Bessel Yn(x)
=BESSEL.Y(3,45, 4), restituisce -0,679848116844476
=BESSEL.Y(3,45, 4,333), restituisce -0,679848116844476, così come in precedenza, perché la frazione di N viene ignorata.
=BESSEL.Y(0, 3), restituisce Err:502 – argomento non valido (X=0)
The result is the number for the binary (base-2) number string entered.
BINARIO.DECIMALE(Numero)
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.
BINARIO.HEX(Numero [; Cifre])
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.
BINARIO.OCT(Numero [; Cifre])
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.
Cifre: numero dei caratteri da usare.
=BIN2OCT("1100100";4) returns "0144".
The result is the string representing the number in binary (base-2) form for the number entered.
DECIMALE.BINARIO(Numero [; Cifre])
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.
Cifre: numero dei caratteri da usare.
=DEC2BIN(100;8) returns "01100100".
The result is the string representing the number in hexadecimal form for the number entered.
DECIMALE.HEX(Numero [; Cifre])
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.
Cifre: numero dei caratteri da usare.
=DEC2HEX(100;4) returns "0064".
The result is the string representing the number in octal form for the number entered.
DECIMALE.OCT(Numero [;Cifre])
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.
Cifre: numero dei caratteri da usare.
=DEC2OCT(100;4) returns "0144".
Restituisce VERO (1) se entrambi i numeri forniti come argomento sono uguali, altrimenti restituisce FALSO (0).
DELTA(Numero1 [; Numero2])
=DELTA(1; 2) restituisce 0.
Restituisce i valori dell'integrale di Gauss.
FUNZ.ERRORE(Limite inferiore [; Limite superiore])
Limite inferiore è il limite inferiore d'integrazione.
Limite superiore è il limite superiore dell'integrale (opzionale). Se questo valore non viene specificato, il calcolo viene eseguito nell'intervallo compreso tra 0 e il limite inferiore.
=FUNZ.ERRORE(0;1) restituisce 0,842701.
Restituisce i valori complementari dell'integrale di Gauss tra x e infinito.
FUNZ.ERRORE.COMP.PRECISA(Limite inferiore)
Limite inferiore è il limite inferiore d'integrazione.
=FUNZ.ERRORE.COMP.PRECISA(1) restituisce 0,157299.
COM.MICROSOFT.ERFC.PRECISE
Restituisce i valori dell'integrale di Gauss tra 0 e il limite indicato.
FUNZ.ERRORE.PRECISA(Limite inferiore)
Limite inferiore è il limite inferiore d'integrazione. Il calcolo viene eseguito tra 0 e questo limite.
=FUNZ.ERRORE.PRECISA(1) restituisce 0,842701.
COM.MICROSOFT.ERF.PRECISE
Restituisce i valori complementari dell'integrale di Gauss tra x e infinito.
FUNZ.ERRORE.COMP(Limite inferiore)
Limite inferiore è il limite inferiore d'integrazione.
=FUNZ.ERRORE.COMP(1) restituisce 0,157299.
The result is the string representing the number in binary (base-2) form for the hexadecimal number string entered.
HEX.BINARIO(Numero [; Cifre])
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.
Cifre: numero dei caratteri da usare.
=HEX2BIN("6a";8) returns "01101010".
The result is the number for the hexadecimal number string entered.
HEX.DECIMALE(Numero)
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.
=HEX.DECIMALE("6a") restituisce 106.
The result is the string representing the number in octal form for the hexadecimal number string entered.
HEX.OCT(Numero [; Cifre])
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.
Cifre: numero dei caratteri da usare.
=HEX2OCT("6a";4) returns "0152".
Il risultato è 1 se Numero è maggiore o uguale a Valore soglia.
SOGLIA(Numero [; Valore soglia])
=SOGLIA(5; 1) restituisce 1.