iQYW6‖

jur8b‖Add-in Functions, List of Analysis Functions Part Two

note

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


To access this command...

Insert - Function - Category Add-In


IMCOS

Returns the cosine of a complex number.

IMCOSH

Returns the hyperbolic cosine of a complex number.

IMCOT

Returns the cotangent of a complex number.

IMCSC

Returns the cosecant of a complex number.

IMCSCH

Returns the hyperbolic cosecant of a complex number.

IMSEC

Returns the secant of a complex number.

IMSECH

Returns the hyperbolic secant of a complex number.

IMSIN

Returns the sine of a complex number.

IMSINH

Returns the hyperbolic sine of a complex number.

IMTAN

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.

BhDCE‖

75EtY‖OCT2HEX

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

GSbiK‖Syntax

dvEBj‖OCT2HEX(Number [; Places])

h3LKL‖ 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.

t6gwK‖ Places is the number of places to be output.

MiUAf‖Example

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

7DqRB‖

8gn7z‖IMLOG2

4CquR‖The result is the binary logarithm of a complex number.

GSbiK‖Syntax

GJRCv‖IMLOG2("ComplexNumber")

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

MiUAf‖Example

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

C4AbN‖

9CHKB‖IMLN

PXrQj‖The result is the natural logarithm (to the base e) of a complex number. The constant e has a value of approximately 2.71828182845904.

GSbiK‖Syntax

2wQpH‖IMLN("ComplexNumber")

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

MiUAf‖Example

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

TuBoB‖

9otEu‖IMSUM

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

GSbiK‖Syntax

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

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

MiUAf‖Example

sjjQF‖ =IMSUM("13+4j";"5+3j") returns 18+7j.

MBDq8‖

CERuG‖IMCONJUGATE

2DEBC‖The result is the conjugated complex complement to a complex number.

GSbiK‖Syntax

ohb4S‖IMCONJUGATE("ComplexNumber")

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

MiUAf‖Example

2P3w8‖ =IMCONJUGATE("1+j") returns 1-j.

kdcUm‖

ChEMy‖IMEXP

MCPAH‖The result is the power of e and the complex number. The constant e has a value of approximately 2.71828182845904.

GSbiK‖Syntax

L4huw‖IMEXP("ComplexNumber")

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

MiUAf‖Example

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

ctbBh‖

E6Dt2‖IMPRODUCT

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

GSbiK‖Syntax

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

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

MiUAf‖Example

3L7LE‖ =IMPRODUCT("3+4j";"5-3j") returns 27+11j.

EGVvV‖

G7YgZ‖OCT2DEC

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

GSbiK‖Syntax

UTGiF‖OCT2DEC(Number)

f8pyR‖ 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.

MiUAf‖Example

EygTo‖ =OCT2DEC("144") returns 100.

CSaHU‖

GXCqc‖COMPLEX

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

GSbiK‖Syntax

c2huU‖COMPLEX(RealNum; INum [; Suffix])

G3SFG‖ RealNum is the real coefficient of the complex number.

ZaT6g‖ INum is the imaginary coefficient of the complex number.

5iaHD‖ Suffix is a list of options, "i" or "j".

MiUAf‖Example

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

DBHCw‖

NMudK‖IMABS

RCC7t‖The result is the absolute value of a complex number.

GSbiK‖Syntax

7DFCE‖IMABS("ComplexNumber")

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

MiUAf‖Example

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

wXqqq‖

NcahA‖IMPOWER

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

GSbiK‖Syntax

D7dUn‖IMPOWER("ComplexNumber"; Number)

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

BvwHm‖ Number is the exponent.

MiUAf‖Example

o6Qpt‖ =IMPOWER("2+3i";2) returns -5+12i.

G7UNe‖

RDAHc‖FACTDOUBLE

j53U2‖Returns the double factorial of a number.

GSbiK‖Syntax

BL6DD‖FACTDOUBLE(Number)

xDdCW‖Returns Number !!, the double factorial of Number, where Number is an integer greater than or equal to zero.

ny5zy‖For even numbers FACTDOUBLE(n) returns:

RBRAf‖2*4*6*8* ... *n

i3UiX‖For odd numbers FACTDOUBLE(n) returns:

kmuXq‖1*3*5*7* ... *n

FVTwT‖FACTDOUBLE(0) returns 1 by definition.

MiUAf‖Example

gK6Mp‖ =FACTDOUBLE(5) returns 15.

sMbB4‖ =FACTDOUBLE(6) returns 48.

PN2NF‖ =FACTDOUBLE(0) returns 1.

CTE7T‖

S9ZQz‖IMREAL

BFPvt‖The result is the real coefficient of a complex number.

GSbiK‖Syntax

X6AqJ‖IMREAL("ComplexNumber")

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

MiUAf‖Example

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

q3tXj‖

Sx5EK‖IMAGINARY

W5nRA‖The result is the imaginary coefficient of a complex number.

GSbiK‖Syntax

GKfQV‖IMAGINARY("ComplexNumber")

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

MiUAf‖Example

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

rAXpY‖

WBEgC‖IMSUB

souPU‖The result is the subtraction of two complex numbers.

GSbiK‖Syntax

ECZ36‖IMSUB("ComplexNumber1"; "ComplexNumber2")

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

MiUAf‖Example

tnvsc‖ =IMSUB("13+4j";"5+3j") returns 8+j.

WEhu8‖

Y9XrB‖IMARGUMENT

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

GSbiK‖Syntax

j8fUx‖IMARGUMENT("ComplexNumber")

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

MiUAf‖Example

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

y5rLV‖

ZPsCf‖IMDIV

MsZRA‖The result is the division of two complex numbers.

GSbiK‖Syntax

eSq58‖IMDIV("Numerator"; "Denominator")

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

MiUAf‖Example

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

auAWE‖

fzCJ7‖IMLOG10

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

GSbiK‖Syntax

4GuX3‖IMLOG10("ComplexNumber")

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

MiUAf‖Example

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

oxFAB‖

qCvab‖IMSQRT

XeDap‖The result is the square root of a complex number.

GSbiK‖Syntax

A8FDB‖IMSQRT("ComplexNumber")

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

MiUAf‖Example

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

gkMhR‖

qKhqK‖OCT2BIN

auUtf‖The result is the string representing the number in binary (base-2) form for the octal number string entered.

GSbiK‖Syntax

BTUGA‖OCT2BIN(Number [; Places])

4MijN‖ 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.

cZhMs‖ Places is the number of places to be output.

MiUAf‖Example

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