Add-in Functions, List of Analysis Functions Part Two

Selle käsu kasutamiseks...

Lisamine - Funktsioon - Kategooria Lisafunktsioonid


IMABS

Tulemuseks on kompleksarvu absoluutväärtus.

Süntaks

IMABS("kompleksarv")

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".

Näide

=IMABS("5+12j") tagastab 13.

IMCOS

Returns the cosine of a complex number.

IMCOSH

Returns the hyperbolic cosine of a complex number.

IMCOT

Returns the cotangent of a complex number.

IMCSC

Returns the cosecant of a complex number.

IMCSCH

Returns the hyperbolic cosecant of a complex number.

IMSEC

Returns the secant of a complex number.

IMSECH

Returns the hyperbolic secant of a complex number.

IMSIN

Returns the sine of a complex number.

IMSINH

Returns the hyperbolic sine of a complex number.

IMTAN

Returns the tangent of a complex number.

COMPLEX

Tulemuseks on kompleksarv, mis koostatakse reaalosa ja imaginaarosa kordajate abil.

Süntaks

COMPLEX(Reaalosa; I-osa; Sufiks)

RealNum is the real coefficient of the complex number.

INum is the imaginary coefficient of the complex number.

Suffix is a list of options, "i" or "j".

Näide

=COMPLEX(3;4;"j") returns 3+4j.

CONVERT

Teisendab ühes mõõtühikus väärtuse vastavaks väärtuseks teises mõõtühikus. Sisesta mõõtühikud kas jutumärkides tekstina või viitena. Mõõtühikute sisestamisel lahtrisse peavad need täpselt vastama järgmisele loendile, mis on tõstutundlik: näiteks selleks, et sisestada lahtrisse väike l-täht (liitri tähistamiseks), sisesta esmalt ülakoma ' ja kohe selle järele l.

Property

Ühikud

Weight

g, sg, lbm, u, ozm, stone, ton, grain, pweight, hweight, shweight, brton

Length

m, mi, Nmi, in, ft, yd, ang, Pica, ell, parsec, lightyear, survey_mi

Time

yr, day, hr, mn, sec, s

Rõhk

Pa, atm, at, mmHg, Torr, psi

Jõud

N, dyn, dy, lbf, pond

Energia

J, e, c, cal, eV, ev, HPh, Wh, wh, flb, BTU, btu

Power

W, w, HP, PS

Väljatugevus

T, ga

Temperatuur

C, F, K, kel, Reau, Rank

Volume

l, L, lt, tsp, tbs, oz, cup, pt, us_pt, qt, gal, m3, mi3, Nmi3, in3, ft3, yd3, ang3, Pica3, barrel, bushel, regton, Schooner, Middy, Glass

Area

m2, mi2, Nmi2, in2, ft2, yd2, ang2, Pica2, Morgen, ar, acre, ha

Kiirus

m/s, m/sec, m/h, mph, kn, admkn

Information

bit, byte


Paksus kirjas mõõtühikutel võib olla ühetäheline eesliide järgnevast nimekirjast:

Prefix

Kordaja

Y (jotta-)

10^24

Z (zetta-)

10^21

E (eksa-)

10^18

P (peta-)

10^15

T (tera-)

10^12

G (giga-)

10^9

M (mega-)

10^6

k (kilo-)

10^3

h (hekto-)

10^2

e (deka-)

10^1

d (detsi-)

10^-1

c (senti-)

10^-2

m (milli-)

10^-3

u (mikro-)

10^-6

n (nano-)

10^-9

p (piko-)

10^-12

f (femto-)

10^-15

a (ato-)

10^-18

z (zepto-)

10^-21

y (jokto-)

10^-24


Infoühikutele "bit" (bitt) ja "byte" (bait) võib eelneda ka üks järgmistest IEC 60027-2 / IEEE 1541 standardile vastavatest eesliidetest:

ki kibi 1024

Mi mebi 1048576

Gi gibi 1073741824

Ti tebi 1099511627776

Pi pebi 1125899906842620

Ei exbi 1152921504606850000

Zi zebi 1180591620717410000000

Yi yobi 1208925819614630000000000

note

The functions whose names end with _ADD or _EXCEL2003 return the same results as the corresponding Microsoft Excel 2003 functions without the suffix. Use the functions without suffix to get results based on international standards.


Süntaks

CONVERT(Number; "FromUnit"; "ToUnit")

Arv on teisendatav arvväärtus.

Lähteühik on ühik, millest teisendatakse.

Sihtühik on ühik, millesse teisendatakse. Mõlemad ühikud peavad olema sama tüüpi.

Näide

=CONVERT(10;"HP";"PS") returns, rounded to two decimal places, 10.14. 10 HP equal 10.14 PS.

=CONVERT(10;"km";"mi") returns, rounded to two decimal places, 6.21. 10 kilometers equal 6.21 miles. The k is the permitted prefix character for the factor 10^3.

FACTDOUBLE

Tagastab arvu poolfaktoriaali.

Süntaks

FACTDOUBLE(arv)

Returns Number !!, the double factorial of Number, where Number is an integer greater than or equal to zero.

Paarisarvude korral tagastab FACTDOUBLE(n):

2*4*6*8* ... *n

Paaritute arvude korral tagastab FACTDOUBLE(n):

1*3*5*7* ... *n

FACTDOUBLE(0) tagastab määratluse järgi 1.

Näide

=FACTDOUBLE(5) returns 15.

=FACTDOUBLE(6) returns 48.

=FACTDOUBLE(0) returns 1.

IMAGINARY

Tulemuseks on kompleksarvu imaginaarosa kordaja.

Süntaks

IMAGINARY("kompleksarv")

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".

Näide

=IMAGINARY("4+3j") returns 3.

IMARGUMENT

Tulemiseks on kompleksarvu argument (fii-nurk).

Süntaks

IMARGUMENT("kompleksarv")

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".

Näide

=IMARGUMENT("3+4j") returns 0.927295.

IMCONJUGATE

The result is the conjugated complex complement to a complex number.

Süntaks

IMCONJUGATE("kompleksarv")

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".

Näide

=IMCONJUGATE("1+j") returns 1-j.

IMDIV

Tulemuseks on kahe kompleksarvu jagatis.

Süntaks

IMDIV("lugeja"; "nimetaja")

Numerator, Denominator are complex numbers that are entered in the form "x+yi" or "x+yj".

Näide

=IMDIV("-238+240i";"10+24i") returns 5+12i.

IMEXP

Tulemuseks on arv e kompleksarvu astmes. Arvu e ligikaudne väärtus on 2,71828182845904.

Süntaks

IMEXP("kompleksarv")

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".

Näide

=IMEXP("1+j") returns 1.47+2.29j (rounded).

IMLN

Tulemuseks on kompleksarvu naturaallogaritm. Arvu e ligikaudne väärtus on 2,71828182845904.

Süntaks

IMLN("kompleksarv")

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".

Näide

=IMLN("1+j") returns 0.35+0.79j (rounded).

IMLOG10

Tulemuseks on kompleksarvu kümnendlogaritm.

Süntaks

IMLOG10("kompleksarv")

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".

Näide

=IMLOG10("1+j") returns 0.15+0.34j (rounded).

IMLOG2

Tulemuseks on kompleksarvu kahendlogaritm.

Süntaks

IMLOG2("kompleksarv")

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".

Näide

=IMLOG2("1+j") returns 0.50+1.13j (rounded).

IMPOWER

The result is the ComplexNumber raised to the power of Number.

Süntaks

IMPOWER("kompleksarv"; arv)

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".

Number is the exponent.

Näide

=IMPOWER("2+3i";2) returns -5+12i.

IMPRODUCT

Tulemuseks on kuni 29 kompleksarvu korrutis.

Süntaks

IMPRODUCT("kompleksarv"; "kompleksarv1"; ...)

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".

Näide

=IMPRODUCT("3+4j";"5-3j") returns 27+11j.

IMREAL

Tulemuseks on kompleksarvu reaalosa.

Süntaks

IMREAL("kompleksarv")

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".

Näide

=IMREAL("1+3j") tagastab 1.

IMSQRT

Tulemuseks on kompleksarvu ruutjuur.

Süntaks

IMSQRT("kompleksarv")

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".

Näide

=IMSQRT("3+4i") tagastab 2+1i.

IMSUB

Tulemuseks on kahe kompleksarvu vahe.

Süntaks

IMSUB("kompleksarv1"; "kompleksarv2")

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".

Näide

=IMSUB("13+4j";"5+3j") returns 8+j.

IMSUM

Tulemuseks on kuni 29 kompleksarvu summa.

Süntaks

IMSUM("kompleksarv1"; "kompleksarv2"; ...)

ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".

Näide

=IMSUM("13+4j";"5+3j") returns 18+7j.

OCT2BIN

Vastuseks on sisestatud kaheksandarvule vastav kahendarv.

Süntaks

OCT2BIN(arv; kohti)

Number is the octal number. The number 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.

Kohti on tagastatavate kohtade arv.

Näide

=OCT2BIN(3;3) returns 011.

OCT2DEC

Vastuseks on sisestatud kaheksandarvule vastav kümnendarv.

Süntaks

OCT2DEC(arv)

Number is the octal number. The number 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.

Näide

=OCT2DEC(144) returns 100.

OCT2HEX

Vastuseks on sisestatud kaheksandarvule vastav kuueteistkümnendarv.

Süntaks

OCT2HEX(arv; kohti)

Number is the octal number. The number 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.

Kohti on tagastatavate kohtade arv.

Näide

=OCT2HEX(144;4) tagastab 0064.