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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:IMSIN function}}
 +
{{Documentation/CalcFunc ComplexNumberTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_IMSECH_function
 +
|NextPage=Documentation/How_Tos/Calc:_IMSINH_function
 +
}}__NOTOC__
  
 
== IMSIN ==
 
== IMSIN ==
Line 10: Line 15:
 
<tt>'''IMSIN(complexnumber)'''</tt>
 
<tt>'''IMSIN(complexnumber)'''</tt>
 
: <tt>'''complexnumber'''</tt> is text representing a complex number, for example as <tt>'''<i>a</i>+<i>bi</i>'''</tt> or <tt>'''<i>a</i>+<i>bj</i>'''</tt>.
 
: <tt>'''complexnumber'''</tt> is text representing a complex number, for example as <tt>'''<i>a</i>+<i>bi</i>'''</tt> or <tt>'''<i>a</i>+<i>bj</i>'''</tt>.
: <tt>'''IMSIN'''</tt> returns the sine of <tt>'''complexnumber'''</tt>, as text - that is, if <tt>'''complexnumber'''</tt> is <tt>'''<i>a</i>+<i>bi</i>'''</tt>, it returns <tt>'''sin(<i>a</i>)cosh(<i>b</i>)-cos(<i>a</i>)sinh(<i>b</i>)<i>i</i>'''</tt>.
+
: <tt>'''IMSIN'''</tt> returns the sine of <tt>'''complexnumber'''</tt>, as text - that is, if <tt>'''complexnumber'''</tt> is <tt>'''<i>a</i>+<i>bi</i>'''</tt>, it returns <tt>'''sin(<i>a</i>)cosh(<i>b</i>)+cos(<i>a</i>)sinh(<i>b</i>)<i>i</i>'''</tt>.
  
 
=== Example: ===
 
=== Example: ===
Line 19: Line 24:
 
* This function currently appears in the AddIn category of the Function Wizard.
 
* This function currently appears in the AddIn category of the Function Wizard.
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: IMCOS function|IMCOS]]
 
* [[Documentation/How_Tos/Calc: IMCOS function|IMCOS]]
  

Latest revision as of 12:21, 30 January 2024

< {{#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 }} >

IMSIN

Returns the sine of a complex number.

This function is only available if the Analysis AddIn is installed.

Syntax:

IMSIN(complexnumber)

complexnumber is text representing a complex number, for example as a+bi or a+bj.
IMSIN returns the sine of complexnumber, as text - that is, if complexnumber is a+bi, it returns sin(a)cosh(b)+cos(a)sinh(b)i.

Example:

IMSIN("2+3i")

returns 9.15449914691143-4.16890695996656i as text.

Issues:

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



{{#switch:EN

| RU = Смотрите также: | UA = Дивіться також: | EN = See Also | PT = Ver também | #default = See Also }}

Personal tools