Osagarri-funtzioak, analisi-funtzioen zerrendaren lehen zatia

note

Komando hau erabiltzeko...

Txertatu - Funtzioa - Osagarria kategoria


BESSELI

Lehen motako ln(x) Bessel-en funtzio aldatua kalkulatzen du.

Sintaxia

BESSELI(x;n)

x: funtzioak kalkulatzeko oinarritzat hartuko den balioa.

N SUMIFS positibo bat da (N >= 0), ln(x) Bessel-en funtzioaren ordena irudikatzen duena

Adibidea

=BESSELI(3,45, 4) funtzioak 0,651416873060081 ematen du

=BESSELI(3,45, 4,333): 0,651416873060081 ematen du, goian bezala, N balioaren zati frakzionarioa ez ikusi egiten baita.

=BESSELI(-1, 3): -0,022168424924332 ematen du

BESSELJ

Lehen motako Jn(x) Bessel-en funtzio aldatua (zilindro-funtzioa) kalkulatzen du.

Sintaxia

BESSELJ(x;n)

x: funtzioak kalkulatzeko oinarritzat hartuko den balioa.

N osoko zenbaki positibo bat da (N >= 0), Jn(x) Bessel-en funtzioaren ordena irudikatzen duena

Adibidea

=BESSELJ(3,45, 4): 0,196772639864984 ematen du

=BESSELJ(3,45, 4,333): 0,196772639864984 ematen du, goian bezala, N balioaren zati frakzionarioa ez ikusi egiten baita.

=BESSELJ(-1, 3): -0,019563353982668 ematen du

BESSELK

Bigarren motako Kn(x) Bessel-en funtzio aldatua kalkulatzen du.

Sintaxia

BESSELK(x;n)

x balio positibo hertsia da (X > 0), funtzioak kalkulatzeko oinarritzat hartuko dena.

N osoko zenbaki positibo bat da (N >= 0), Kn(x) Bessel-en funtzioaren ordena irudikatzen duena

Adibidea

=BESSELK(3,45, 4): 0,144803466373734 ematen du

=BESSELK(3,45, 4,333): 0,144803466373734 ematen du, goian bezala, N balioaren zati frakzionarioa ez ikusi egiten baita.

=BESSELK(0, 3): Err:502 ematen du – baliogabeko argumentua (X=0)

BESSELY

Bigarren motako Yn(x) Bessel-en funtzio aldatua kalkulatzen du.

Sintaxia

BESSELY(x;n)

x balio positibo hertsia da (X > 0), funtzioak kalkulatzeko oinarritzat hartuko dena.

N osoko zenbaki positibo bat da (N >= 0), Yn(x) Bessel-en funtzioaren ordena irudikatzen duena

Adibidea

=BESSELY(3,45, 4): -0,679848116844476 ematen du

=BESSELY(3,45, 4,333): 0,679848116844476 ematen du, goian bezala, N balioaren zati frakzionarioa ez ikusi egiten baita.

=BESSELY(0, 3): Err:502 ematen du – baliogabeko argumentua (X=0)

BIN2DEC

The result is the number for the binary (base-2) number string entered.

Sintaxia

BIN2DEC (zenbakia)

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.

Adibidea

=BIN2DEC("1100100") returns 100.

BIN2HEX

The result is the string representing the number in hexadecimal form for the binary (base-2) number string entered.

Sintaxia

BIN2HEX(Zenbakia [; Zifrak])

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.

Adibidea

=BIN2HEX("1100100";6) returns "000064".

BIN2OCT

The result is the string representing the number in octal form for the binary (base-2) number string entered.

Sintaxia

BIN2OCT(Zenbakia [; Zifrak])

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.

Zifrak: irteerako zifren kopurua.

Adibidea

=BIN2OCT("1100100";4) returns "0144".

DEC2BIN

The result is the string representing the number in binary (base-2) form for the number entered.

Sintaxia

DEC2BIN(Zenbakia [; Zifrak])

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.

Zifrak: irteerako zifren kopurua.

Adibidea

=DEC2BIN(100;8) returns "01100100".

DEC2HEX

The result is the string representing the number in hexadecimal form for the number entered.

Sintaxia

DEC2HEX(Zenbakia [; Zifrak])

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.

Zifrak: irteerako zifren kopurua.

Adibidea

=DEC2HEX(100;4) returns "0064".

DEC2OCT

The result is the string representing the number in octal form for the number entered.

Sintaxia

DEC2OCT(Zenbakia [; Zifrak])

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.

Zifrak: irteerako zifren kopurua.

Adibidea

=DEC2OCT(100;4) returns "0144".

DELTA

Emaitza TRUE (1) izango da, argumentu gisa emandako bi zenbakiak baliokideak badira; bestela, FALSE (0) izango da.

Sintaxia

DELTA(Zenbakia1 [; Zenbakia2])

Adibidea

=DELTA(1;2) funtzioak 0 ematen du.

ERF

Gauss-en errore-integralaren balioak ematen ditu.

Sintaxia

ERF(BehekoMuga [; GoikoMuga])

BehekoMuga: integralaren behemuga da.

GoikoMuga aukerakoa da. Integralaren goi-muga da. Balioa falta bada, kalkulua 0 eta behe-mugaren artean egingo da.

Adibidea

=ERF(0;1) funtzioak 0,842701 ematen du.

ERF.PRECISE

Gauss-en errore-integralaren balioak ematen ditu, 0 eta emandako mugaren artekoak.

Sintaxia

ERF.PRECISE(BehekoMuga)

BehekoMuga integralaren muga da. Kalkulua 0 eta muga horren artean egiten da.

Adibidea

=ERF.PRECISE(1) funtzioak 0,842701 ematen du.

Informazio teknikoa

tip

Funtzio hau LibreOffice 4.3 bertsiotik dago erabilgarri.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.ERF.PRECISE

ERFC

Gauss-en errore-integralaren balio osagarriak ematen ditu, x eta infinituren artekoak.

Sintaxia

ERFC(BehekoMuga)

BehekoMuga: integralaren beheko muga da.

Adibidea

=ERFC(1) funtzioak 0,157299 ematen du.

ERFC.PRECISE

Gauss-en errore-integralaren balio osagarriak ematen ditu, x eta infinituren artekoak.

Sintaxia

ERFC.PRECISE(BehekoMuga)

BehekoMuga: integralaren beheko muga da.

Adibidea

=ERFC.PRECISE(1) funtzioak 0,157299 ematen du.

Informazio teknikoa

tip

Funtzio hau LibreOffice 4.3 bertsiotik dago erabilgarri.


This function is not part of the Open Document Format for Office Applications (OpenDocument) Version 1.3. Part 4: Recalculated Formula (OpenFormula) Format standard. The name space is

COM.MICROSOFT.ERFC.PRECISE

GESTEP

Emaitza 1 izango da, Zenbakia Urratsa baino handiagoa edo berdina bada.

Sintaxia

GESTEP(Zenbakia [; Urratsa])

Adibidea

=GESTEP(5;1) funtzioak 1 ematen du.

HEX2BIN

The result is the string representing the number in binary (base-2) form for the hexadecimal number string entered.

Sintaxia

HEX2BIN(Zenbakia [; Zifrak])

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.

Zifrak: irteerako zifren kopurua.

Adibidea

=HEX2BIN("6a";8) returns "01101010".

HEX2DEC

The result is the number for the hexadecimal number string entered.

Sintaxia

HEX2DEC(zenbakia)

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.

Adibidea

=HEX2DEC(6a) funtzioak 106 ematen du.

HEX2OCT

The result is the string representing the number in octal form for the hexadecimal number string entered.

Sintaxia

HEX2OCT(Zenbakia [; Zifrak])

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.

Zifrak: irteerako zifren kopurua.

Adibidea

=HEX2OCT("6a";4) funtzioak "0152" itzultzen du.