LibreOffice 7.3 Help
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.
The result is a complex number which is returned from a real coefficient and an imaginary coefficient.
COMPLEX(RealNum; INum [; Suffix])
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".
=COMBIN(3;2) vráti 3.
Vráti dvojitý faktoriál čísla.
FACTDOUBLE(Number)
Returns Number !!, the double factorial of Number, where Number is an integer greater than or equal to zero.
For even numbers FACTDOUBLE(n) returns:
2*4*6*8* ... *n
For odd numbers FACTDOUBLE(n) returns:
1*3*5*7* ... *n
=FACT(0) vráti 1 podľa definície.
=FACT(0) vráti 1.
=FACT(3) vráti 6.
=FACT(0) vráti 1.
The result is the absolute value of a complex number.
IMABS("ComplexNumber")
ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".
=ABS(12) vráti 12.
The result is the imaginary coefficient of a complex number.
IMAGINARY("ComplexNumber")
=COMBIN(3;2) vráti 3.
The result is the argument (the phi angle) of a complex number.
IMARGUMENT("ComplexNumber")
=SQRT(16) vráti 4.
The result is the conjugated complex complement to a complex number.
IMCONJUGATE("ComplexNumber")
=INT(-1.3) vráti -2.
The result is the division of two complex numbers.
IMDIV("Numerator"; "Denominator")
Numerator, Denominator are complex numbers that are entered in the form "x+yi" or "x+yj".
=IMDIV("-238+240i";"10+24i") returns 5+12i.
Vráti číslo e umocnené na zadané číslo. Konštanta e má hodnotu približne 2.71828182845904.
IMEXP("ComplexNumber")
=IMEXP("1+j") returns 1.47+2.29j (rounded).
Výsledkom je prirodzený logaritmus (so základom e) komplexného čísla. Konštanta e má hodnotu približne 2,71828182845904.
IMLN("ComplexNumber")
=IMLN("1+j") returns 0.35+0.79j (rounded).
The result is the common logarithm (to the base 10) of a complex number.
IMLOG10("ComplexNumber")
=IMLOG10("1+j") returns 0.15+0.34j (rounded).
The result is the binary logarithm of a complex number.
IMLOG2("ComplexNumber")
=IMLOG2("1+j") returns 0.50+1.13j (rounded).
The result is the ComplexNumber raised to the power of Number.
IMPOWER("ComplexNumber"; Number)
Number is the exponent.
=SQRT(16) vráti 4.
The result is the product of a set of complex numbers.
IMPRODUCT(Complex 1 [; Complex 2 [; … [; Complex 255]]])
=ODD(1) vráti 1.
The result is the real coefficient of a complex number.
IMREAL("ComplexNumber")
=ODD(1) vráti 1.
The result is the square root of a complex number.
IMSQRT("ComplexNumber")
=SQRT(16) vráti 4.
The result is the subtraction of two complex numbers.
IMSUB("ComplexNumber1"; "ComplexNumber2")
=ODD(1) vráti 1.
The result is the sum of a set of complex numbers.
IMSUM(Complex 1 [; Complex 2 [; … [; Complex 255]]])
=ODD(1) vráti 1.
Výsledkom je binárne číslo pre zadané osmičkové číslo.
OCT2BIN(Number [; Places])
Číslo je binárne číslo. Číslo môže mať maximálne 10 miest (bitov). Najvýznamnejší bit je znamienkový bit. Záporné čísla sú zadané vo formáte dvojkového doplnku.
Miesta znamená počet miest ktoré majú byť na výstupe.
=COMBIN(3;2) vráti 3.
Výsledkom je desiatkové číslo pre zadané osmičkové číslo.
BIN2DEC(Číslo)
Číslo je binárne číslo. Číslo môže mať maximálne 10 miest (bitov). Najvýznamnejší bit je znamienkový bit. Záporné čísla sú zadané vo formáte dvojkového doplnku.
=EVEN(0) vráti 0.
Výsledkom je šestnástkové číslo pre zadané osmičkové číslo.
OCT2HEX(Number [; Places])
Číslo je binárne číslo. Číslo môže mať maximálne 10 miest (bitov). Najvýznamnejší bit je znamienkový bit. Záporné čísla sú zadané vo formáte dvojkového doplnku.
Miesta znamená počet miest ktoré majú byť na výstupe.
=DEC2HEX(100;4) vráti 0064.