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

მაგალითი

=COMPLEX(3;4;"j") returns 3+4j.

FACTDOUBLE

Returns the double factorial of a number.

სინტაქსი

FACTDOUBLE(რიცხვი)

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

FACTDOUBLE(0) returns 1 by definition.

მაგალითი

=FACTDOUBLE(5) returns 15.

=FACTDOUBLE(6) returns 48.

=FACTDOUBLE(0) returns 1.

IMABS

შედეგი არის კომპლექსური რიცხვის აბსოლუტური მნიშვნელობა.

სინტაქსი

IMABS(კომპლექსური რიცხვი)

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

მაგალითი

=IMABS("5+12j") returns 13.

IMAGINARY

შედეგი არის კომპლექსური რიცხვის წარმოსახვითი კოეფიციენტი.

სინტაქსი

IMAGINARY(კომპლექსური რიცხვი)

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

მაგალითი

=IMAGINARY("4+3j") returns 3.

IMARGUMENT

შედეგი არის კომპლექსური რიცხვის არგუმენტი (phi კუთხე).

სინტაქსი

IMARGUMENT(კომპლექსური რიცხვი)

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

მაგალითი

=IMARGUMENT("3+4j") returns 0.927295.

IMCONJUGATE

შედეგი არის კომპლექსური დანამატის და კომპლექსური რიცხვის შეერთება.

სინტაქსი

IMCONJUGATE(კომპლექსური რიცხვი)

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

მაგალითი

=IMCONJUGATE("1+j") returns 1-j.

IMDIV

შედეგი არის ორი კომპლექსური რიცხვის განაყიფი.

სინტაქსი

IMDIV(ნუმერატორი;დენომინატორი)

Numerator, Denominator are complex numbers that are entered in the form "x+yi" or "x+yj".

მაგალითი

=IMDIV("-238+240i";"10+24i") returns 5+12i.

IMEXP

შედეგი არის კომპლექსური რიცხვის e ხარისხი. e კონსტანდა დაახლოებით უდრის 2.71828182845904.

სინტაქსი

IMEXP(კომპლექსური რიცხვი)

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

მაგალითი

=IMEXP("1+j") returns 1.47+2.29j (rounded).

IMLN

შედეგი არის კომპლექსური რიცხვის ნატურალური ლოგარითმი (ფუძით e). e კონსტანდა დაახლოებით უდრის 2.71828182845904.

სინტაქსი

IMLN(კომპლექსური რიცხვი)

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

მაგალითი

=IMLN("1+j") returns 0.35+0.79j (rounded).

IMLOG10

შედეგი არის კომპლექსური რიცხვის ჩოულებრივი ლოგარითმი (ფუძით 10).

სინტაქსი

IMLOG10(კომპლექსური რიცხვი)

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

მაგალითი

=IMLOG10("1+j") returns 0.15+0.34j (rounded).

IMLOG2

შედეგი არის კომპლექსური რიცხვის ორობითი ლოგარითმი.

სინტაქსი

IMLOG2(კომპლექსური რიცხვი)

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

მაგალითი

=IMLOG2("1+j") returns 0.50+1.13j (rounded).

IMPOWER

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

სინტაქსი

IMPOWER(კომპლექსური რიცხვი;რიცხვი)

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

რიცხვი გამოსაცდელი მნიშვნელობა.

მაგალითი

=IMPOWER("2+3i";2) returns -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") returns 27+11j.

IMREAL

შედეგი არის კომპლექსური რიცხვის ნამდვილი კოეფიციენტი.

სინტაქსი

IMREAL(კომპლექსური რიცხვი)

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

მაგალითი

=IMREAL("1+3j") returns 1.

IMSQRT

შედეგი არის კომპლექსური რიცხვის კვადრატული ფესვი.

სინტაქსი

IMSQRT(კომპლექსური რიცხვი)

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

მაგალითი

=IMSQRT("3+4i") returns 2+1i.

IMSUB

შედეგი არის ორი კომპლექსური რიცხვის გამოკლება.

სინტაქსი

IMPRODUCT(კომპლექსური რიცხვი;კომპლექსური რიცხვი 1;...)

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

მაგალითი

=IMSUB("13+4j";"5+3j") returns 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") returns 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.

ადგილები: გამოსატანი ადგილების ნომრები.

მაგალითი

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

OCT2DEC

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

სინტაქსი

OCT2DEC(რიცხვი)

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.

ადგილები: გამოსატანი ადგილების ნომრები.

მაგალითი

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

Please support us!