LibreOffice 7.4 Help
De Add-in functies worden geleverd door de UNO com.sun.star.sheet.addin.Analysis service.
Berekent de gewijzigde Bessel-functie van de eerste soort In(x).
BESSEL.I(X; N)
X is de waarde waarover de functie zal worden berekend.
N is een positieve integer (N>=0) die de volgorde in de Bessel-functie vertegenwoordigt In(x)
=BESSELI(3,45; 4), geeft 0,651416873060081
=BESSELI(3,45; 4,333), geeft 0,651416873060081, net als hierboven omdat het fractionele deel van N wordt genegeerd.
=BESSEL.I(-1; 3), geeft -0,022168424924332 terug
Berekent de Bessel-functie van de eerste soort Jn(x) (cilinderfunctie).
BESSEL.J(X; N)
X is de waarde waarover de functie zal worden berekend.
N is een positieve integer (N>=0) die de volgorde in de Bessel-functie vertegenwoordigt Jn(x)
=BESSEL.J(3,45; 4), geeft 0,196772639864984 terug
=BESSEL.J(3,45; 4,333), geeft 0,196772639864984, hetzelfde als hierboven, omdat het breukgedeelte van N wordt genegeerd.
=BESSELJ(-1, 3), geeft -0,019563353982668
Berekent de gewijzigde Bessel-functie van de tweede soort Kn(x).
BESSEL.K(X; N)
X is de positieve waarde (X > 0) waarover de functie berekend wordt.
N is een positieve integer (N>=0) die de volgorde in de Bessel-functie vertegenwoordigt Kn(x)
=BESSELK(3,45, 4), geeft 0,144803466373734
=BESSELK(3,45, 4,333), geeft 0,144803466373734, hetzelfde als hierboven, omdat het breukgedeelte van N wordt genegeerd.
=BESSELK(0, 3), geeft Err:502 – ongeldig argument (X=0)
Berekent de gewijzigde Bessel-functie van de tweede soort Yn(x).
BESSEL.Y(X; N)
X is de positieve waarde (X > 0) waarover de functie berekend wordt.
N is een positieve integer (N>=0) die de volgorde in de Bessel-functie vertegenwoordigt Jn(x)
=BESSELY(3,45, 4), geeft -0,679848116844476
=BESSELY(3,45, 4,333), geeft -0,679848116844476, hetzelfde als hierboven, omdat het breukgedeelte van N wordt genegeerd.
=BESSELY(0, 3), geeft Err:502 – ongeldig argument (X=0)
The result is the number for the binary (base-2) number string entered.
BIN.N.DEC(Getal)
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.
BIN.N.HEX(Getal [; Decimalen])
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.
BIN.N.OCT(Getal [; Decimalen])
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.
Plaatsen is het aantal plaatsen dat moet worden uitgevoerd.
=BIN2OCT("1100100";4) returns "0144".
The result is the string representing the number in binary (base-2) form for the number entered.
DEC.N.BIN(Getal [; Decimalen])
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.
Plaatsen is het aantal plaatsen dat moet worden uitgevoerd.
=DEC2BIN(100;8) returns "01100100".
The result is the string representing the number in hexadecimal form for the number entered.
DEC.N.HEX(Getal [; Decimalen])
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.
Plaatsen is het aantal plaatsen dat moet worden uitgevoerd.
=DEC2HEX(100;4) returns "0064".
The result is the string representing the number in octal form for the number entered.
DEC.N.OCT(Number [; Places])
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.
Plaatsen is het aantal plaatsen dat moet worden uitgevoerd.
=DEC2OCT(100;4) returns "0144".
Het resultaat is WAAR (1) als beide getallen, die als een argument worden geleverd, gelijk zijn, anders is het ONWAAR (0).
DELTA(Getal 1 [; Getal 2])
=DELTA(1;2) geeft 0 terug.
Geeft complementaire waarden van de Gaussische foutintegraal tussen x en oneindig.
FOUT.COMPLEMENT(Ondergrens)
Ondergrens is de ondergrens van de integraal
=FOUT.COMPLEMENT(1) geeft 0,157299 terug.
Geeft complementaire waarden van de Gauss foutintegraal tussen x en oneindig terug.
FOUT.COMPLEMENT.NAUWKEURIG(Ondergrens)
Ondergrens is de ondergrens van de integraal
=FOUT.COMPLEMENT(1) geeft 0,157299 terug.
COM.MICROSOFT.ERFC.PRECISE
Geeft waarden van de Gaussische foutintegraal.
FOUTFUNCTIE(Benedengrens [; Bovengrens])
Ondergrens is de ondergrens van de integraal
Bovengrens is optioneel. Dit is de bovengrens van de integraal. Als deze waarde ontbreekt wordt berekend tussen 0 en de ondergrens.
=FOUTFUNCTIE(0;1) geeft 0,842701 terug.
Geeft de waarden van de Gaussische foutintegraal tussen x en de ondergrens terug.
FOUTFUNCTIE.NAUWKEURIG(Ondergrens)
Ondergrens is de ondergrens van de integraal. De berekening vindt plaats tussen 0 en deze ondergrens.
=FOUTFUNCTIE.NAUWKEURIG(1) geeft 0.842701 terug.
COM.MICROSOFT.ERF.PRECISE
Het resultaat is 1 als Getal groter is dan of gelijk is aan Stap.
GROTER.DAN(Getal [; Drempelwaarde])
=GROTER.DAN(5;1) geeft 1 terug.
The result is the string representing the number in binary (base-2) form for the hexadecimal number string entered.
HEX.N.BIN(Getal [; Decimalen])
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.
Plaatsen is het aantal plaatsen dat moet worden uitgevoerd.
=HEX2BIN("6a";8) returns "01101010".
The result is the number for the hexadecimal number string entered.
HEX.N.DEC(Getal)
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.N.DEC(64) geeft 100 terug.
The result is the string representing the number in octal form for the hexadecimal number string entered.
HEX.N.OCT(Getal [; Decimalen])
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.
Plaatsen is het aantal plaatsen dat moet worden uitgevoerd.
=HEX2OCT("6a";4) returns "0152".