LibreOffice 24.8 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.
ফলাফল হলো এমন একটি জটিল সংখ্যা, যা বাস্তব সহগ এবং অবাস্তব সহগ হতে প্রদান করা হয়েছে।
COMPLEX(RealNum; INum [; Suffix])
RealNum হলো জটিল সংখ্যার বাস্তব সহগ।
INum হলো জটিল সংখ্যার অবাস্তব সহগ।
Suffix হলো অপশনের তালিকা, "i" বা "j"।
=COMPLEX(3;4;"j") 3+4j প্রদান করে।
একটি সংখ্যার ডবল গুণিতক প্রদান করে।
FACTDOUBLE(Number)
সংখ্যা !!, সংখ্যা এর ডবল গুনিতক প্রদান করে থাকে, যেখানে সংখ্যা হলো শূন্য থেকে বড় অথবা সমান একটি ইনটিজার।
জোড় সংখ্যার জন্য, FACTDOUBLE(n) যা প্রদান করে:
2*4*6*8* ... *n
বিজোড় সংখ্যার জন্য, FACTDOUBLE(n) যা প্রদান করে:
1*3*5*7* ... *n
সংজ্ঞানুসারে, FACTDOUBLE(0) 1 প্রদান করে।
=FACTDOUBLE(5) ১৫ প্রদান করে।
=FACTDOUBLE(6) ৪৮ প্রদান করে।
=FACTDOUBLE(0) ১ প্রদান করে।
ফলাফল হলো জটিল সংখ্যার পরম মান।
IMABS("ComplexNumber")
ComplexNumber is a complex number that is entered in the form "x+yi" or "x+yj".
=IMABS("5+12j") ১৩ প্রদান করে।
ফলাফল হলো জটিল সংখ্যার কাল্পনিক সহগ।
IMAGINARY("ComplexNumber")
=IMAGINARY("4+3j") ৩ প্রদান করে।
ফলাফল হলো জটিল সংখ্যার আর্গুমেন্ট (ফাই কোণ)।
IMARGUMENT("ComplexNumber")
=IMARGUMENT("3+4j") ০.৯২৭২৯৫ প্রদান করে।
ফলাফল হলো জটিল সংখ্যার অনুবন্ধী জটিল পরিপূরক।
IMCONJUGATE("ComplexNumber")
=IMCONJUGATE("1+j") 1-j প্রদান করে।
ফলাফল হলো দুইটি জটিল সংখ্যার ভাগফল।
IMDIV("Numerator"; "Denominator")
Numerator, Denominator হলো জটিল সংখ্যা, যা "x+yi" বা "x+yj" ফরমে সন্নিবেশ করানো হয়।
=IMDIV("-238+240i";"10+24i") 5+12i প্রদান করে।
ফলাফল হলো e এবং জটিল সংখ্যার ঘাত। ধ্রুবক e এর আনুমানিক মান হলো ২.৭১৮২৮১৮২৮৪৫৯০৪।
IMEXP("ComplexNumber")
=IMEXP("1+j") 1.47+2.29j (পূর্ণ সংখ্যা) প্রদান করে।
ফলাফল হলো জটিল সংখ্যার স্বাভাবিক লগারিদম (e ভিত্তিক)। ধ্রুবক e এর আনুমানিক মান হলো ২.৭১৮২৮১৮২৮৪৫৯০৪।
IMLN("ComplexNumber")
=IMLN("1+j") 0.35+0.79j (পূর্ণ সংখ্যা) প্রদান করে।
ফলাফল হলো জটিল সংখ্যার সাধারণ লগারিদম (১০ ভিত্তিক)।
IMLOG10("ComplexNumber")
=IMLOG10("1+j") 0.15+0.34j (পূর্ণসংখ্যা) প্রদান করে।
ফলাফল হলো জটিল সংখ্যার বাইনারি লগারিদম।
IMLOG2("ComplexNumber")
=IMLOG2("1+j") 0.50+1.13j (পূর্ণ সংখ্যা) প্রদান করে।
The result is the ComplexNumber raised to the power of Number.
IMPOWER("ComplexNumber"; Number)
Number হলো সূচক।
=IMPOWER("2+3i";2) -5+12i প্রদান করে।
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 প্রদান করে।
ফলাফল হলো জটিল সংখ্যার বাস্তব সহগ।
IMREAL("ComplexNumber")
=IMREAL("1+3j") ১ প্রদান করে।
ফলাফল হলো জটিল সংখ্যার বর্গমূল।
IMSQRT("ComplexNumber")
=IMSQRT("3+4i") 2+1i প্রদান করে।
ফলাফল হলো দুইটি জটিল সংখ্যার বিয়োগফল।
IMSUB("ComplexNumber1"; "ComplexNumber2")
=IMSUB("13+4j";"5+3j") 8+j প্রদান করে।
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 প্রদান করে।
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.
Places হলো আউটপুট কত ঘর বিশিষ্ট হবে সেই সংখ্যা।
=OCT2BIN("3";3) returns "011".
The result is the number for the octal number string entered.
OCT2DEC(Number)
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.
Places হলো আউটপুট কত ঘর বিশিষ্ট হবে সেই সংখ্যা।
=OCT2HEX("144";4) returns "0064".