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

The result is a complex number which is returned from a real coefficient and an imaginary coefficient.

Syntax

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

Example

VALUE("4321") натиҷа 4321.

FACTDOUBLE

Факториали рақамро бармегардонад.

Syntax

FACTDOUBLE(Number)

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.

Example

FALSE() натиҷа FALSE

FALSE() натиҷа FALSE

NOT(FALSE()) натиҷа TRUE

IMABS

The result is the absolute value of a complex number.

Syntax

IMABS("ComplexNumber")

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

Example

DECIMAL("17";10) натиҷа 17.

IMAGINARY

The result is the imaginary coefficient of a complex number.

Syntax

IMAGINARY("ComplexNumber")

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

Example

VALUE("4321") натиҷа 4321.

IMARGUMENT

The result is the argument (the phi angle) of a complex number.

Syntax

IMARGUMENT("ComplexNumber")

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

Example

DECIMAL("17";10) натиҷа 17.

IMCONJUGATE

The result is the conjugated complex complement to a complex number.

Syntax

IMCONJUGATE("ComplexNumber")

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

Example

DECIMAL("17";10) натиҷа 17.

IMDIV

The result is the division of two complex numbers.

Syntax

IMDIV("Numerator"; "Denominator")

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

Example

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

IMEXP

е-ро ба дараҷаи рақам мебарорад.

Syntax

IMEXP("ComplexNumber")

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

Example

DECIMAL("17";10) натиҷа 17.

IMLN

Логарифми натуралии e-и (2.71828182845904) рақамро медиҳад.

Syntax

IMLN("ComplexNumber")

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

Example

DECIMAL("17";10) натиҷа 17.

IMLOG10

The result is the common logarithm (to the base 10) of a complex number.

Syntax

IMLOG10("ComplexNumber")

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

Example

DECIMAL("17";10) натиҷа 17.

IMLOG2

The result is the binary logarithm of a complex number.

Syntax

IMLOG2("ComplexNumber")

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

Example

DECIMAL("17";10) натиҷа 17.

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 is the exponent.

Example

DECIMAL("17";10) натиҷа 17.

IMREAL

The result is the real coefficient of a complex number.

Syntax

IMREAL("ComplexNumber")

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

Example

DECIMAL("17";10) натиҷа 17.

IMSQRT

The result is the square root of a complex number.

Syntax

IMSQRT("ComplexNumber")

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

Example

ARABIC("MXIV") натиҷа 1014

IMSUB

The result is the subtraction of two complex numbers.

Syntax

IMSUB("ComplexNumber1"; "ComplexNumber2")

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

Example

DECIMAL("17";10) натиҷа 17.

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

DECIMAL("17";10) натиҷа 17.

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 is the number of places to be output.

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 is the number of places to be output.

Example

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

ҲОСИЛ

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

DECIMAL("17";10) натиҷа 17.

Please support us!