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

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

Syntax

COMPLEX(RealNum; INum [; Suffix])

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

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

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

Example

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

FACTDOUBLE

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

Syntax

FACTDOUBLE(Number)

সংখ্যা !!, সংখ্যা এর ডবল গুনিতক প্রদান করে থাকে, যেখানে সংখ্যা হলো শূন্য থেকে বড় অথবা সমান একটি ইনটিজার।

জোড় সংখ্যার জন্য, FACTDOUBLE(n) যা প্রদান করে:

2*4*6*8* ... *n

বিজোড় সংখ্যার জন্য, FACTDOUBLE(n) যা প্রদান করে:

1*3*5*7* ... *n

সংজ্ঞানুসারে, FACTDOUBLE(0) 1 প্রদান করে।

Example

=FACTDOUBLE(5) ১৫ প্রদান করে।

=FACTDOUBLE(6) ৪৮ প্রদান করে।

=FACTDOUBLE(0) ১ প্রদান করে।

IMABS

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

Syntax

IMABS("ComplexNumber")

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

Example

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

IMAGINARY

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

Syntax

IMAGINARY("ComplexNumber")

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

Example

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

IMARGUMENT

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

Syntax

IMARGUMENT("ComplexNumber")

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

Example

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

IMCONJUGATE

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

Syntax

IMCONJUGATE("ComplexNumber")

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

Example

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

IMDIV

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

Syntax

IMDIV("Numerator"; "Denominator")

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

Example

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

IMEXP

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

Syntax

IMEXP("ComplexNumber")

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

Example

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

IMLN

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

Syntax

IMLN("ComplexNumber")

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

Example

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

IMLOG10

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

Syntax

IMLOG10("ComplexNumber")

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

Example

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

IMLOG2

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

Syntax

IMLOG2("ComplexNumber")

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

Example

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

IMPOWER

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

Syntax

IMPOWER("ComplexNumber"; Number)

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

Number হলো সূচক।

Example

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

IMPRODUCT

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

Syntax

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

Example

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

IMREAL

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

Syntax

IMREAL("ComplexNumber")

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

Example

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

IMSQRT

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

Syntax

IMSQRT("ComplexNumber")

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

Example

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

IMSUB

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

Syntax

IMSUB("ComplexNumber1"; "ComplexNumber2")

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

Example

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

IMSUM

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

Syntax

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

Example

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

Syntax

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 হলো আউটপুট কত ঘর বিশিষ্ট হবে সেই সংখ্যা।

Example

=OCT2BIN("3";3) returns "011".

OCT2DEC

The result is the number for the octal number string entered.

Syntax

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.

Example

=OCT2DEC("144") returns 100.

OCT2HEX

The result is the string representing the number in hexadecimal form for the octal number string entered.

Syntax

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 হলো আউটপুট কত ঘর বিশিষ্ট হবে সেই সংখ্যা।

Example

=OCT2HEX("144";4) returns "0064".

Please support us!