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.


བཀའ་ཚིག་ལ་བཅར་འདྲི་...

ཚལ་ཐོ་ [བསྒར་འཛུད།] - [རྟེན་གྲངས།...] - "རྟེན་གྲངས།"འདེམས་གཞིའི་ཁཱ། - "Add In"རིགས་དབྱེ།


[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])

Real num:ཚོ་གྲངས་ནང་གི་དངོས་བཏགས་གྲངས།

I num:ཚོ་གྲངས་ནང་གི་ཟོལ་བཏགས་གྲངས།

Suffix:འདེམས་གཞི་རེའུ་འགོད་ "i" ཡང་ན་ "j"

Example

=COMPLEX(3;4;j) ཕྱིར་ལོག་ 3+4j

FACTDOUBLE

2 ཀྱི་འཕར་ཚད་ཀྱི་གྲངས་ཀའི་ཐེམ་སྒྱུར་ཕྱིར་ལོག།

Syntax

FACTDOUBLE(Number)

Number:གྲངས་འདི་ཆ་གྲངས་ཡིན་:གཤམ་གྱི་ཐེམ་སྒྱུར་རྩིས་རྒྱག་n*(N-2)*(n-4)*...*4*2

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

=FACTDOUBLE(6) ཕྱིར་ལོག་ 48

=FACTDOUBLE(6) ཕྱིར་ལོག་ 48

=FACTDOUBLE(6) ཕྱིར་ལོག་ 48

IMABS

ཚོ་གྲངས་ཤིག་གི་ལྟོས་མེད་ཐང་རྩིས་རྒྱོབ།

Syntax

IMABS(Complex number)

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

Example

=IMABS("5+12j") ཕྱིར་ལོག་ 13

IMAGINARY

འབྲས་བུ་ནི་ཚོ་གྲངས་ཤིག་གི་ཟོལ་བཏགས་གྲངས་ཡིན།

Syntax

IMAGINARY(Complex number)

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

Example

=IMAGINARY("4+3j") ཕྱིར་ལོག་ 3

IMARGUMENT

འབྲས་བུ་ནི་ཚོ་གྲངས་ཀྱི་ཕོད་རྒྱ་(phi ཟུར་ཚད་)

Syntax

IMARGUMENT(Complex number)

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

Example

=IMARGUMENT("3+4j") ཐོབ་འབྲས་ནི་ 0.927295

IMCONJUGATE

ཐོབ་འབྲས་ནི་ཚོ་གྲངས་ཤིག་གི་དོ་ཡ་ཚོ་གྲངས་ཡིན།

Syntax

IMCONJUGATE(inumber)

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(inumber_1;inumber_2)

Numerator, Denominator: ཚོ་གྲངས་ནི་"x + yi"ཡང་ན་"x + yj"ཡི་རྣམ་པ་ནང་འཇུག

Example

=IMDIV("-238+240i";"10+24i") ཕྱིར་ལོག་ 5+12i

IMEXP

e(Eulerian གྲངས་ཀ་)དང་ཚོ་གྲངས་ཀྱི་རང་ཉིས་སྒྱུར་ཕྱིར་ལོག

Syntax

IMEXP(Complex number)

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

འབྲས་བུ་ནི་ཚོ་གྲངས་ཤིག་གི་རང་བྱུང་གཏད་གྲངས་ཡིན།

Syntax

IMLN(Complex number)

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(Complex number)

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(Complex number)

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(Complex number;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(Complex number)

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

Example

=IMREAL("1+3j") ཐོབ་འབྲས་ནི་ 1 ཡིན།

IMSQRT

ཚོ་གྲངས་ཤིག་གི་ཉིས་སྒྱུར་གཞི་རྩིས་རྒྱོབ།

Syntax

IMSQRT(inumber)

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(Complex number 1;Complex number 2)

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!