Difference between revisions of "Documentation/How Tos/Calc: IMCOT function"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 5: Line 5:
 
|parttitle=[[Documentation/How_Tos/Calc:_Complex_Number_functions|<div  style="font-size: 140%;">Complex Number Functions]]
 
|parttitle=[[Documentation/How_Tos/Calc:_Complex_Number_functions|<div  style="font-size: 140%;">Complex Number Functions]]
 
|ShowNextPage=block
 
|ShowNextPage=block
|NextPage= Documentation/How_Tos/Calc:_IMEXP_function
+
|NextPage= Documentation/How_Tos/Calc:_IMDIV_function
 
|ShowPrevPage=block
 
|ShowPrevPage=block
|PrevPage= Documentation/How_Tos/Calc:_IMCOT_function
+
|PrevPage= Documentation/How_Tos/Calc:_IMCSCH_function
 
|ShowPrevPart=block
 
|ShowPrevPart=block
 
|PrevPart= Documentation/How_Tos/Calc:_Array_functions
 
|PrevPart= Documentation/How_Tos/Calc:_Array_functions
Line 23: Line 23:
 
* [[Documentation/How_Tos/Calc:_IMCSC_function|<div style="font-size: 120%;">Imcsc]]
 
* [[Documentation/How_Tos/Calc:_IMCSC_function|<div style="font-size: 120%;">Imcsc]]
 
* [[Documentation/How_Tos/Calc:_IMCSCH_function|<div style="font-size: 120%;">Imcsch]]
 
* [[Documentation/How_Tos/Calc:_IMCSCH_function|<div style="font-size: 120%;">Imcsch]]
* [[Documentation/How_Tos/Calc:_IMCOT_function|<div style="font-size: 120%;">Imcot]]
+
* [[Documentation/How_Tos/Calc:_IMCOT_function|<div style="font-size: 120%; border-style: double; border-color:#778899;">Imcot]]
* [[Documentation/How_Tos/Calc:_IMDIV_function|<div style="font-size: 120%; border-style: double; border-color:#778899;">Imdiv]]
+
* [[Documentation/How_Tos/Calc:_IMDIV_function|<div style="font-size: 120%;">Imdiv]]
 
* [[Documentation/How_Tos/Calc:_IMEXP_function|<div style="font-size: 120%;">Imexp]]
 
* [[Documentation/How_Tos/Calc:_IMEXP_function|<div style="font-size: 120%;">Imexp]]
 
* [[Documentation/How_Tos/Calc:_IMLN_function|<div style="font-size: 120%;">Imln]]
 
* [[Documentation/How_Tos/Calc:_IMLN_function|<div style="font-size: 120%;">Imln]]

Revision as of 03:00, 7 May 2013

CALC FUNCTIONS
< {{#switch:Previous Section Previous Section = Previous Section Next Section = Next Section Previous Page = Previous Page Next Page = Next Page }} {{#switch:Next Section Previous Section = Previous Section Next Section = Next Section Previous Page = Previous Page Next Page = Next Page }} >
< {{#switch:Previous Page Previous Section = Previous Section Next Section = Next Section Previous Page = Previous Page Next Page = Next Page }} {{#switch:Next Page Previous Section = Previous Section Next Section = Next Section Previous Page = Previous Page Next Page = Next Page }} >


IMCOT

Returns the cotangent of a complex number.

Syntax

IMCOT( z )

where z is a complex number as described in Documentation/How_Tos/Calc:_Complex_Number_functions

Semantics

IMCOT( z ) is equivalent to IMDIV(IMCOS(z);IMSIN(z)).

To get better accuracy it is not implemented that way. With the notation IMCOT("a+bj")="c+dj" the used formulas are

real part
imaginary part

Issues

The function is not implemented in versions before AOO 4.0 and before LibO 3.7.

This function currently appears in the AddIn category of the Function Wizard.

Template:Documentation/SeeAlso

Personal tools