Add-in Functions, List of Analysis Functions Part Two

note

The Add-in functions are supplied by the UNO com.sun.star.sheet.addin.Analysis service.


এই নির্দেশাবলীতে সন্নিবেশ করতে...

সন্নিবেশ - ফাংশন - শ্রেণী অ্যাড-ইন


[text/scalc/01/func_imcos.xhp#imcos_head not found].

Returns the cosine of a complex number.

[text/scalc/01/func_imcosh.xhp#imcosh_head not found].

Returns the hyperbolic cosine of a complex number.

[text/scalc/01/func_imcot.xhp#imcot_head not found].

Returns the cotangent of a complex number.

[text/scalc/01/func_imcsc.xhp#imcsc_head not found].

Returns the cosecant of a complex number.

[text/scalc/01/func_imcsch.xhp#imcsch_head not found].

Returns the hyperbolic cosecant of a complex number.

[text/scalc/01/func_imsec.xhp#imsec_head not found].

Returns the secant of a complex number.

[text/scalc/01/func_imsech.xhp#imsech_head not found].

Returns the hyperbolic secant of a complex number.

[text/scalc/01/func_imsin.xhp#imsin_head not found].

Returns the sine of a complex number.

[text/scalc/01/func_imsinh.xhp#imsinh_head not found].

Returns the hyperbolic sine of a complex number.

[text/scalc/01/func_imtan.xhp#imtan_head not found].

Returns the tangent of a complex number.

CONVERT

Converts a value from one unit of measurement to the corresponding value in another unit of measurement.

COMPLEX

ফলাফল হলো এমন একটি জটিল সংখ্যা, যা বাস্তব সহগ এবং অবাস্তব সহগ হতে প্রদান করা হয়েছে।

সিনট্যাক্স

COMPLEX(RealNum; INum [; Suffix])

RealNum হলো জটিল সংখ্যার বাস্তব সহগ।

INum হলো জটিল সংখ্যার অবাস্তব সহগ।

Suffix হলো অপশনের তালিকা, "i" বা "j"।

উদাহরণ

=COMPLEX(3;4;"j") 3+4j প্রদান করে।

FACTDOUBLE

একটি সংখ্যার ডবল গুণিতক প্রদান করে।

সিনট্যাক্স

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

ফলাফল হলো জটিল সংখ্যার পরম মান।

সিনট্যাক্স

IMABS("ComplexNumber")

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

উদাহরণ

=IMABS("5+12j") ১৩ প্রদান করে।

IMAGINARY

ফলাফল হলো জটিল সংখ্যার কাল্পনিক সহগ।

সিনট্যাক্স

IMAGINARY("ComplexNumber")

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

উদাহরণ

=IMAGINARY("4+3j") ৩ প্রদান করে।

IMARGUMENT

ফলাফল হলো জটিল সংখ্যার আর্গুমেন্ট (ফাই কোণ)।

সিনট্যাক্স

IMARGUMENT("ComplexNumber")

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

উদাহরণ

=IMARGUMENT("3+4j") ০.৯২৭২৯৫ প্রদান করে।

IMCONJUGATE

ফলাফল হলো জটিল সংখ্যার অনুবন্ধী জটিল পরিপূরক।

সিনট্যাক্স

IMCONJUGATE("ComplexNumber")

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

উদাহরণ

=IMCONJUGATE("1+j") 1-j প্রদান করে।

IMDIV

ফলাফল হলো দুইটি জটিল সংখ্যার ভাগফল।

সিনট্যাক্স

IMDIV("Numerator"; "Denominator")

Numerator, Denominator হলো জটিল সংখ্যা, যা "x+yi" বা "x+yj" ফরমে সন্নিবেশ করানো হয়।

উদাহরণ

=IMDIV("-238+240i";"10+24i") 5+12i প্রদান করে।

IMEXP

ফলাফল হলো e এবং জটিল সংখ্যার ঘাত। ধ্রুবক e এর আনুমানিক মান হলো ২.৭১৮২৮১৮২৮৪৫৯০৪।

সিনট্যাক্স

IMEXP("ComplexNumber")

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

উদাহরণ

=IMEXP("1+j") 1.47+2.29j (পূর্ণ সংখ্যা) প্রদান করে।

IMLN

ফলাফল হলো জটিল সংখ্যার স্বাভাবিক লগারিদম (e ভিত্তিক)। ধ্রুবক e এর আনুমানিক মান হলো ২.৭১৮২৮১৮২৮৪৫৯০৪।

সিনট্যাক্স

IMLN("ComplexNumber")

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

উদাহরণ

=IMLN("1+j") 0.35+0.79j (পূর্ণ সংখ্যা) প্রদান করে।

IMLOG10

ফলাফল হলো জটিল সংখ্যার সাধারণ লগারিদম (১০ ভিত্তিক)।

সিনট্যাক্স

IMLOG10("ComplexNumber")

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

উদাহরণ

=IMLOG10("1+j") 0.15+0.34j (পূর্ণসংখ্যা) প্রদান করে।

IMLOG2

ফলাফল হলো জটিল সংখ্যার বাইনারি লগারিদম।

সিনট্যাক্স

IMLOG2("ComplexNumber")

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

উদাহরণ

=IMLOG2("1+j") 0.50+1.13j (পূর্ণ সংখ্যা) প্রদান করে।

IMPOWER

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

সিনট্যাক্স

IMPOWER("ComplexNumber"; Number)

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

Number হলো সূচক।

উদাহরণ

=IMPOWER("2+3i";2) -5+12i প্রদান করে।

IMPRODUCT

The result is the product of a set of complex numbers.

সিনট্যাক্স

IMPRODUCT(Complex 1 [; Complex 2 [; … [; Complex 255]]])

Complex 1; Complex 2; … ; Complex 255 are complex numbers, references to cells or to cell ranges of complex numbers. Complex numbers are entered in the form "x+yi" or "x+yj".

উদাহরণ

=IMPRODUCT("3+4j";"5-3j") 27+11j প্রদান করে।

IMREAL

ফলাফল হলো জটিল সংখ্যার বাস্তব সহগ।

সিনট্যাক্স

IMREAL("ComplexNumber")

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

উদাহরণ

=IMREAL("1+3j") ১ প্রদান করে।

IMSQRT

ফলাফল হলো জটিল সংখ্যার বর্গমূল।

সিনট্যাক্স

IMSQRT("ComplexNumber")

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

উদাহরণ

=IMSQRT("3+4i") 2+1i প্রদান করে।

IMSUB

ফলাফল হলো দুইটি জটিল সংখ্যার বিয়োগফল।

সিনট্যাক্স

IMSUB("ComplexNumber1"; "ComplexNumber2")

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

উদাহরণ

=IMSUB("13+4j";"5+3j") 8+j প্রদান করে।

IMSUM

The result is the sum of a set of complex numbers.

সিনট্যাক্স

IMSUM(Complex 1 [; Complex 2 [; … [; Complex 255]]])

Complex 1; Complex 2; … ; Complex 255 are complex numbers, references to cells or to cell ranges of complex numbers. Complex numbers are entered in the form "x+yi" or "x+yj".

উদাহরণ

=IMSUM("13+4j";"5+3j") 18+7j প্রদান করে।

OCT2BIN

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".

OCT2DEC

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.

OCT2HEX

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".

Please support us!