LibreOffice 25.2 abi
The Add-in functions are supplied by the UNO com.sun.star.sheet.addin.Analysis service.
Returns the cosine of a complex number.
Returns the hyperbolic cosine of a complex number.
Returns the cotangent of a complex number.
Returns the cosecant of a complex number.
Returns the hyperbolic cosecant of a complex number.
Returns the secant of a complex number.
Returns the hyperbolic secant of a complex number.
Returns the sine of a complex number.
Returns the hyperbolic sine of a complex number.
Returns the tangent of a complex number.
Converts a value from one unit of measurement to the corresponding value in another unit of measurement.
Tulemuseks on kompleksarv, mis koostatakse reaalosa ja imaginaarosa kordajate abil.
COMPLEX(RealNum; INum [; Suffix])
Reaalosa on kompleksarvu reaalosa.
I-osa on kompleksarvu imaginaarosa kordaja.
Sufiks on üks variantidest "i" või "j".
=IMSQRT("3+4i") tagastab 2+1i.
Tagastab arvu poolfaktoriaali.
FACTDOUBLE(arv)
Tagastab arvu !! ehk arvu poolfaktoriaali, kui arv on nulliga võrdne või sellest suurem täisarv.
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.
=IMABS("5+12j") tagastab 13.
=VALUE("4321") tagastab 4321.
=IMABS("5+12j") tagastab 13.
Tulemuseks on kompleksarvu absoluutväärtus.
IMABS("kompleksarv")
Kompleksarv on kompleksarv, mis sisestatakse kujul "x + yi" või "x + yj".
=IMABS("5+12j") tagastab 13.
Tulemuseks on kompleksarvu imaginaarosa kordaja.
IMAGINARY("kompleksarv")
=IMREAL("1+3j") tagastab 1.
Tulemiseks on kompleksarvu argument (fii-nurk).
IMARGUMENT("kompleksarv")
=IMREAL("1+3j") tagastab 1.
Tulemuseks on kompleksarvu kaaskompleksarvu täiend.
IMCONJUGATE("kompleksarv")
=IMREAL("1+3j") tagastab 1.
Tulemuseks on kahe kompleksarvu jagatis.
IMDIV("lugeja"; "nimetaja")
Lugeja, nimetaja on kompleksarvud, mis sisestatakse kujul "x+yi" või "x+yj".
=IMDIV("-238+240i";"10+24i") tagastab 5+12i.
Tulemuseks on arv e kompleksarvu astmes. Arvu e ligikaudne väärtus on 2,71828182845904.
IMEXP("kompleksarv")
=IMREAL("1+3j") tagastab 1.
Tulemuseks on kompleksarvu naturaallogaritm. Arvu e ligikaudne väärtus on 2,71828182845904.
IMLN("kompleksarv")
=IMREAL("1+3j") tagastab 1.
Tulemuseks on kompleksarvu kümnendlogaritm.
IMLOG10("kompleksarv")
=IMREAL("1+3j") tagastab 1.
Tulemuseks on kompleksarvu kahendlogaritm.
IMLOG2("kompleksarv")
=IMREAL("1+3j") tagastab 1.
The result is the ComplexNumber raised to the power of Number.
IMPOWER("kompleksarv"; arv)
Arv on astendaja.
=IMREAL("1+3j") tagastab 1.
The result is the product of a set of complex numbers.
IMPRODUCT(Complex 1 [; Complex 2 [; … [; Complex 255]]])
=IMPRODUCT("3+4j";"5-3j") tagastab 27+11j.
Tulemuseks on kompleksarvu reaalosa.
IMREAL("kompleksarv")
=IMREAL("1+3j") tagastab 1.
Tulemuseks on kompleksarvu ruutjuur.
IMSQRT("kompleksarv")
=IMSQRT("3+4i") tagastab 2+1i.
Tulemuseks on kahe kompleksarvu vahe.
IMSUB("kompleksarv1"; "kompleksarv2")
=IMREAL("1+3j") tagastab 1.
The result is the sum of a set of complex numbers.
IMSUM(Complex 1 [; Complex 2 [; … [; Complex 255]]])
=IMREAL("1+3j") tagastab 1.
The result is the string representing the number in binary (base-2) form for the octal number string entered.
OCT2BIN(Number [; Places])
Number is a string that represents an octal 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.
Kohti on tagastatavate kohtade arv.
=OCT2BIN("3";3) returns "011".
The result is the number for the octal number string entered.
OCT2DEC(arv)
Number is a string that represents an octal 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.
=OCT2DEC("144") returns 100.
The result is the string representing the number in hexadecimal form for the octal number string entered.
OCT2HEX(Number [; Places])
Number is a string that represents an octal 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.
Kohti on tagastatavate kohtade arv.
=OCT2HEX("144";4) returns "0064".