LibreOffice 24.8 žinynas
Papildinio funkcijas aprūpina UNO com.sun.star.sheet.addin.Analysis paspaugos.
Apskaičiuoja pakeistą pirmos rūšies In(x) Beselio funkciją.
BESSELI(X; N)
X – funkcijos skaičiuojama reikšmė.
N – teigiamas sveikasis skaičius, nusakantis Beselio funkcijos In(x) eilę.
=BESSELI(3,45; 4), grąžina 0,651416873060081
=BESSELI(3,45; 4,333) grąžina 0,651416873060081. Į trupmeninę N argumento dalį nekreipiama dėmesio.
=BESSELI(-1; 3) grąžina -0,022168424924332
Apskaičiuoja pirmos rūšies Beselio funkciją Jn(x).
BESSELJ(X; N)
X – funkcijos skaičiuojama reikšmė.
N – teigiamas sveikasis skaičius, nusakantis Beselio funkcijos Jn(x) eilę.
=BESSELJ(3,45; 4) grąžina 0,196772639864984
=BESSELJ(3,45; 4,333) grąžina 0,196772639864984. Į trupmeninę N argumento dalį nekreipiama dėmesio.
=BESSELJ(-1; 3) grąžina -0,019563353982668
Apskaičiuoja pertvarkytą antros rūšies Beselio funkciją Kn(x).
BESSELK(X; N)
X – griežtai teigiama reikšmė, su kuria skaičiuojama funkcija.
N – teigiamas sveikasis skaičius, nusakantis Beselio funkcijos Kn(x) eilę.
=BESSELK(3,45; 4) grąžina 0,144803466373734
=BESSELK(3,45; 4,333) grąžina 0,144803466373734. Į trupmeninę N argumento dalį nekreipiama dėmesio.
=BESSELK(0, 3) grąžina „Klaida:502“ – neteisingas argumentas (X=0)
Apskaičiuoja antros rūšies Beselio funkciją Yn(x).
BESSELY(X; N)
X – griežtai teigiama reikšmė, su kuria skaičiuojama funkcija.
N – teigiamas sveikasis skaičius, nusakantis Beselio funkcijos Yn(x) eilę.
=BESSELY(3,45; 4) grąžina -0,679848116844476
=BESSELY(3,45; 4,333) grąžina -0,679848116844476. Į trupmeninę N argumento dalį nekreipiama dėmesio.
=BESSEL(0; 3) grąžina „Klaida:502“ – neteisingas argumentas (X=0)
The result is the number for the binary (base-2) number string entered.
BIN2DEC(skaičius)
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.
BIN2HEX(skaičius [; vietos])
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.
BIN2OCT(skaičius [; vietos])
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.
Vietos – išvesties vietų skaičius.
=BIN2OCT("1100100";4) returns "0144".
The result is the string representing the number in binary (base-2) form for the number entered.
DEC2BIN(skaičius [; vietos])
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.
Vietos – išvesties vietų skaičius.
=DEC2BIN(100;8) returns "01100100".
The result is the string representing the number in hexadecimal form for the number entered.
DEC2HEX(skaičius [; vietos])
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.
Vietos – išvesties vietų skaičius.
=DEC2HEX(100;4) returns "0064".
The result is the string representing the number in octal form for the number entered.
DEC2OCT(skaičius [; vietos])
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.
Vietos – išvesties vietų skaičius.
=DEC2OCT(100;4) returns "0144".
Rezultatas yra Tiesa arba 1, kai abu nurodyti skaičiai yra lygūs. Kitais atvejais rezultatas yra Netiesa arba 0.
DELTA(1 skaičius [; 2 skaičius])
=DELTA(1;2) grąžina 0.
Grąžina Gauso paklaidos integralo reikšmę.
ERF(apatinė riba [; viršutinė riba])
Apatinis rėžis – apatinė integralo riba.
Viršutinis rėžis (papildomas) – viršutinė integralo riba. Jei ši reikšmė nenurodyta, skaičiuojama iki 0.
=ERF(0;1) grąžina 0,842701.
Grąžina Gauso paklaidos integralo reikšmę tarp 0 ir duoto rėžio.
ERF.PRECISE(apatinis rėžis)
Apatinis rėžis – integralo apatinė riba. Integralas skaičiuojamas tarp 0 ir nurodyto rėžio.
=ERF.PRECISE(1) grąžina 0,842701.
COM.MICROSOFT.ERF.PRECISE
Grąžina papildomas Gauso paklaidos integralo reikšmes nuo x iki begalybės.
ERFC(apatinis rėžis)
Apatinis rėžis – apatinė integralo riba.
=ERFC(1) grąžina 0,157299.
Grąžina Gauso paklaidos integralo papildomas reikšmes nuo x iki begalybės.
ERFC.PRECISE(apatinis rėžis)
Apatinis rėžis – apatinė integralo riba.
=ERFC.PRECISE(1) grąžina 0,157299.
COM.MICROSOFT.ERFC.PRECISE
rezultats yra 1, jei skaičius didesnis arba lygus žingsniui.
GESTEP(skaičius [; žingsnis])
=GESTEP(5;1) grąžina 1.
The result is the string representing the number in binary (base-2) form for the hexadecimal number string entered.
HEX2BIN(skaičius [; vietos])
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.
Vietos – išvesties vietų (skaitmenų) skaičius.
=HEX2BIN("6a";8) returns "01101010".
The result is the number for the hexadecimal number string entered.
HEX2DEC(skaičius)
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.
=HEX2DEC("6a") grąžina 106.
The result is the string representing the number in octal form for the hexadecimal number string entered.
HEX2OCT(skaičius [; vietos])
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.
Vietos – išvesties vietų (skaitmenų) skaičius.
=HEX2OCT("6a";4) returns "0152".