LibreOffice 7.6 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.
Firiin isaa lakkoofsa konphileeksi kan kofisheentii riyaalii fi kofisheentii imaajiineerii irraa argame dha.
COMPLEX(RealNum; INum [; Suffix])
RealNum'n koofisheenti riyaalii lakkoofsa komphileeksiti.
INum'n koofisheenti imaajiineerii lakkoofsa konphileeksiti.
Dursoo'n tarree dirqalaalee , "i" ykn "j".
=COMPLEX(3;4;"j") 3+4j kenna.
n hirmaata lakkoofsa lama kenna.
FACTDOUBLE(Lakkoofsa)
Number !! kenna, hirmaata lakkoofsa lam, yemmuu lakkofsii intiijerii irra guddaa ykn walqixaa duwwaa ta'e.
Lakkoofsota guutuuf FACTDOUBLE(n) kenna:
2*4*6*8* ... *n
Lakkoofsota qaraati FACTDOUBLE(n) kennameeti:
1*3*5*7* ... *n
Hikoodhaan FACTDOUBLE(0)n 1 kenna.
=FACTDOUBLE(5) 15 kenna.
=FACTDOUBLE(6) 48 kenna.
=FACTDOUBLE(0) 1 kenna.
Firii isaa gatii sirrii lakkoofsa konphileeksii ta'a.
IMABS("lakkoofsa konphileeksii")
lakkoofsa konphileeksii'n lakkoofsa konphileeksii bifa "x+yi" ykn "x+yj" kan galfame dha.
=IMABS("5+12j")13 kenna.
Firii isaa koofisheentii immaajiineerii lakkoofsa komphileeksiti.
IMAGINARY("lakkoofsa kompileeksii")
=IMAGINARY("4+3j") 3 kenna.
Firii isaa qajeelfama(kofa paayii) lakkoofsa konphileeksiti.
IMREAL("lakkoofsa kompileeksi")
=IMARGUMENT("3+4j") 0.927295 kenna.
Firiin isaa fallaa kompileeksii konjuugeetii lakkoofsa konphileeksi ta'a.
IMCONJUGATE("Lakkoofsa komphileeksii")
=IMCONJUGATE("1+j") 1-j kenna.
Firii isaa hiramaa lakkoofsa konphileeksii lamaati.
IMDIV("Gubbayyee"; "jaloo")
Gubbayyee'n, jaloo'n lakkoofsoota kampileeksii bifaa "x+yi" ykn "x+yj" galfamani dha.
=IMDIV("-238+240i";"10+24i") 5+12i kenna.
Firiin e paawoorii fi lakkoofsa kompileeksi dha. Tilmaamaan gatiin dhaabbataa e 2.71828182845904.
IMSIN("lakkoofsa kompileeksii")
=IMEXP("1+j") 1.47+2.29j (siksamuun)kenna.
Firiin loogariizimii uumamaa(beezii e'n)lakkoofsa kompileeksiiti. Tilmaamaan gatiin dhaabbataa e 2.71828182845904 ta'a.
IMLN("lakkoofsa kompileeksii")
=IMLN("1+j") 0.35+0.79j (siksamuun) kenna.
Firiin isaa loogariizimii beekamaa(beezii 10'n) lakkoofsa koompileeksitier.
IMLOG10("Lakkoofsa komphileeksii")
=IMLOG10("1+j") 0.15+0.34j (siksamuun) kenna.
Firiin loogariizimii lamee lakkoofsa konphileeksiti.
IMLOG2("Lakkoofsa komphileeksii")
=IMLOG2("1+j") 0.50+1.13j (siksamuun) kenna.
The result is the ComplexNumber raised to the power of Number.
IMPOWER("lakkoofsa kompileeksii"; Lakkoofsa)
Lakkoofsi eeksipooneentii dha.
=IMPOWER("2+3i";2) -5+12i kenna.
The result is the product of a set of complex numbers.
IMPRODUCT(Complex 1 [; Complex 2 [; … [; Complex 255]]])
=IMPRODUCT("3+4j";"5-3j") 27+11j kenna.
Firii isaa koofisheenti riyaalii lakkoofsa konphileeksiti.
IMREAL("lakkoofsa konphileeksi")
=IMREAL("1+3j") 1 kenna.
Firii isaa iskuuwerruutti lakkoofsa konphileeksiti.
IMSQRT("lakkoofsa konphileeksii")
=IMSQRT("3+4i")2+1i kenna.
Firii isaa hir'attoo lakkoofsa konphileeksiti.
IMSUB("lakkoofsa konphileeksii1"; "lakkoofsa konphileeksii2")
=IMSUB("13+4j";"5+3j") 8+j kenna.
The result is the sum of a set of complex numbers.
IMSUM(Complex 1 [; Complex 2 [; … [; Complex 255]]])
=IMSUM("13+4j";"5+3j") 18+7j kenna.
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.
Bakkootni lakkoofsa bakkoota baha ta'uuti.
=OCT2BIN("3";3) returns "011".
The result is the number for the octal number string entered.
OCT2DEC(Lakkoofsa)
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.
Bakkootni lakkoofsa bakkoota baha ta'uuti.
=OCT2HEX("144";4) returns "0064".