Pomoc LibreOffice 7.5
The Add-in functions are supplied by the UNO com.sun.star.sheet.addin.Analysis service.
Oblicza zmodyfikowaną funkcję Bessela pierwszego rodzaju In(x).
BESSEL.I(x; n)
x: wartość, dla której należy obliczyć funkcję.
N jest dodatnią liczbą całkowitą (N >= 0) reprezentującą kolejność funkcji Bessela In(x)
=BESSELI (3.45, 4), zwraca 0.651416873060081
=BESSELI (3.45, 4.333), zwraca 0.651416873060081, tak samo jak powyżej, ponieważ ułamkowa część N jest ignorowana.
=BESSEL.I(-1, 3), zwraca -0,022168424924332
Oblicza wartość funkcji Bessela Jn(x) (funkcja cylindryczna).
BESSEL.J(x; n)
x: wartość, dla której należy obliczyć funkcję.
N jest dodatnią liczbą całkowitą (N >= 0) reprezentującą kolejność funkcji Bessela Jn(x)
=BESSEL.J (3.45, 4), zwraca 0.196772639864984
=BESSELJ(3.45, 4.333), zwraca 0.196772639864984, tak samo jak powyżej, ponieważ ułamkowa część N jest ignorowana.
=BESSEL.J(-1, 3), returns -0.019563353982668
Oblicza zmodyfikowaną funkcję Bessela drugiego rodzaju Kn (x).
BESSEL.K(x; n)
X jest ściśle dodatnią wartością (X > 0), na której obliczana jest funkcja.
N jest dodatnią liczbą całkowitą (N >= 0) reprezentującą kolejność funkcji Bessela Kn(x)
=BESSEL.K (3.45, 4), zwraca 0.144803466373734
=BESSEL.K (3.45, 4.333), zwraca 0.144803466373734, tak samo jak powyżej, ponieważ ułamkowa część N jest ignorowana.
=BESSEL.K(0, 3), zwraca Err:502 – nieprawidłowy argument (X=0)
Oblicza funkcję Bessela drugiego rodzaju Yn(x).
BESSEL.Y(x; n)
X jest ściśle dodatnią wartością (X > 0), na której obliczana jest funkcja.
N jest dodatnią liczbą całkowitą (N >= 0) reprezentującą kolejność funkcji Bessela Yn(x)
=BESSEL.Y(3.45, 4), zwraca -0.679848116844476
=BESSEL.Y (3.45, 4.333), zwraca -0.679848116844476, tak samo jak powyżej, ponieważ ułamkowa część N jest ignorowana.
=BESSEL.Y(0, 3), zwraca Err:502 – nieprawidłowy argument (X=0)
Wynikiem jest wartość logiczna PRAWDA (1), jeśli obie liczby wprowadzone jako argumenty są równe, w przeciwnym razie wynikiem jest wartość logiczna FAŁSZ (0).
DELTA(Number1 [; Number2])
=CZY.RÓWNE(1;2) zwraca wartość 0.
The result is the number for the binary (base-2) number string entered.
DWÓJK.NA.DZIES(liczba)
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(Number [; Places])
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(Number [; Places])
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.
Miejsca: liczba miejsc wyniku funkcji.
=BIN2OCT("1100100";4) returns "0144".
The result is the string representing the number in binary (base-2) form for the number entered.
DEC2BIN(Number [; Places])
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.
Miejsca: liczba miejsc wyniku funkcji.
=DEC2BIN(100;8) returns "01100100".
The result is the string representing the number in hexadecimal form for the number entered.
DEC2HEX(Number [; Places])
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.
Miejsca: liczba miejsc wyniku funkcji.
=DEC2HEX(100;4) returns "0064".
The result is the string representing the number in octal form for the number entered.
DEC2OCT(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.
Miejsca: liczba miejsc wyniku funkcji.
=DEC2OCT(100;4) returns "0144".
Zwraca wartości całki błędu Gaussa.
ERF(LowerLimit [; UpperLimit])
Dolna granica: dolna granica całki.
UpperLimit is optional. It is the upper limit of the integral. If this value is missing, the calculation takes place between 0 and the lower limit.
=FUNKCJA.BŁ(0;1) zwraca wartość 0,842701.
Zwraca wartości całki błędu Gaussa pomiędzy wartością 0 i określonym limitem.
FUNKCJA.BŁ.DOKŁ(Dolna_granica)
LowerLimit is the limit of the integral. The calculation takes place between 0 and this limit.
=FUNKCJA.BŁ.DOKŁ(1) zwraca 0,842701.
COM.MICROSOFT.ERF.PRECISE
Zwraca wartości komplementarne całki błędu Gaussa pomiędzy wartością x i nieskończonością.
KOMP.FUNKCJA.BŁ(Dolna_granica)
Dolna_granica dolna granica całki
=KOMP.FUNKCJA.BŁ(1) zwraca wartość 0,157299.
Zwraca wartości komplementarne całki błędu Gaussa pomiędzy wartością x i nieskończonością.
KOMP.FUNKCJA.BŁ.DOKŁ(Dolna_granica)
Dolna_granica dolna granica całki
=KOMP.FUNKCJA.BŁ.DOKŁ(1) zwraca wartość 0,157299.
COM.MICROSOFT.ERFC.PRECISE
Wynikiem jest liczba 1, jeśli Liczba jest większa lub równa od wartości próg.
GESTEP(Number [; Step])
=SPRAWDŹ.PRÓG(5;1) zwraca wartość 1.
The result is the string representing the number in binary (base-2) form for the hexadecimal number string entered.
HEX2BIN(Number [; Places])
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.
Miejsca to liczba miejsc wyniku funkcji.
=HEX2BIN("6a";8) returns "01101010".
The result is the number for the hexadecimal number string entered.
SZESN.NA.DZIES(liczba)
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.
=SZESN.NA.DZIES("6a") zwraca wartość 106.
The result is the string representing the number in octal form for the hexadecimal number string entered.
HEX2OCT(Number [; Places])
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.
Miejsca to liczba miejsc wyniku funkcji.
=HEX2OCT("6a";4) returns "0152".