[Libreoffice-commits] help.git: 2 commits - AllLangHelp_scalc.mk source/media source/text

Olivier Hallot olivier.hallot at libreoffice.org
Tue Apr 24 09:16:53 UTC 2018


 AllLangHelp_scalc.mk                     |    1 
 source/media/files/scalc/imtrigon.ods    |binary
 source/media/files/scalc/trigon.ods      |binary
 source/text/scalc/01/04060106.xhp        |   42 +++++++++++++++++++++++++++++++
 source/text/scalc/01/func_imcos.xhp      |    2 +
 source/text/scalc/01/func_imcosh.xhp     |    2 +
 source/text/scalc/01/func_imcot.xhp      |    2 +
 source/text/scalc/01/func_imcsc.xhp      |    2 +
 source/text/scalc/01/func_imcsch.xhp     |    2 +
 source/text/scalc/01/func_imsec.xhp      |    2 +
 source/text/scalc/01/func_imsech.xhp     |    2 +
 source/text/scalc/01/func_imsin.xhp      |    4 +-
 source/text/scalc/01/func_imsinh.xhp     |    2 +
 source/text/scalc/01/func_imtan.xhp      |    2 +
 source/text/scalc/06/calcsamplefiles.xhp |   24 +++++++++++++++++
 source/text/shared/00/00000004.xhp       |    4 ++
 16 files changed, 90 insertions(+), 3 deletions(-)

New commits:
commit 7b2fa0a342d200612718eede865b3d649eb72d7e
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
Date:   Mon Apr 23 15:14:29 2018 -0300

    Add sample files for complex trigon functions
    
    Same sample file for all trignometric & hiperbolic
    complex functions.
    
    Minimal impact in translation
    
    Change-Id: I15e3a5388cfdef919e269274c255ccca6b07f987
    Reviewed-on: https://gerrit.libreoffice.org/53340
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/AllLangHelp_scalc.mk b/AllLangHelp_scalc.mk
index 7af1131cb..a44ba5300 100644
--- a/AllLangHelp_scalc.mk
+++ b/AllLangHelp_scalc.mk
@@ -272,6 +272,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,scalc,\
     helpcontent2/source/text/scalc/02/18020000 \
     helpcontent2/source/text/scalc/04/01020000 \
     helpcontent2/source/text/scalc/05/02140000 \
+    helpcontent2/source/text/scalc/06/calcsamplefiles \
     helpcontent2/source/text/scalc/05/empty_cells \
     helpcontent2/source/text/scalc/05/OpenCL_options \
     helpcontent2/source/text/scalc/guide/address_auto \
diff --git a/source/media/files/scalc/imtrigon.ods b/source/media/files/scalc/imtrigon.ods
index 5a8dfc8a4..ad5f96824 100644
Binary files a/source/media/files/scalc/imtrigon.ods and b/source/media/files/scalc/imtrigon.ods differ
diff --git a/source/text/scalc/01/func_imcos.xhp b/source/text/scalc/01/func_imcos.xhp
index b9e74f0f9..14a69e332 100644
--- a/source/text/scalc/01/func_imcos.xhp
+++ b/source/text/scalc/01/func_imcos.xhp
@@ -60,6 +60,8 @@
 		<item type="input">=IMCOS(2)</item><br/>
 		returns -0.416146836547142 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
 	</paragraph>
+        <embed href="text/shared/00/00000004.xhp#samplefile"/>
+        <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
 	<section id="relatedtopics">
 		<paragraph id="par_id208171544029884" role="paragraph" localize="false" xml-lang="en-US">
 			<embedvar href="text/scalc/01/func_imcosh.xhp#imcosh_head"/>,
diff --git a/source/text/scalc/01/func_imcosh.xhp b/source/text/scalc/01/func_imcosh.xhp
index 34926293f..e21a6c9af 100644
--- a/source/text/scalc/01/func_imcosh.xhp
+++ b/source/text/scalc/01/func_imcosh.xhp
@@ -60,6 +60,8 @@
 		<item type="input">=IMCOSH(2)</item><br/>
 		returns 3.76219569108363 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
 	</paragraph>
+        <embed href="text/shared/00/00000004.xhp#samplefile"/>
+        <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
 	<section id="relatedtopics">
 		<paragraph id="par_id127621276212762" role="paragraph" localize="false" xml-lang="en-US">
 			<embedvar href="text/scalc/01/func_imcos.xhp#imcos_head"/>,
diff --git a/source/text/scalc/01/func_imcot.xhp b/source/text/scalc/01/func_imcot.xhp
index 9fdf13024..889e6b4dd 100644
--- a/source/text/scalc/01/func_imcot.xhp
+++ b/source/text/scalc/01/func_imcot.xhp
@@ -64,6 +64,8 @@
 		<item type="input">=IMCOT(2)</item><br/>
 		returns -0.457657554360286 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
 	</paragraph>
+        <embed href="text/shared/00/00000004.xhp#samplefile"/>
+        <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
 	<section id="relatedtopics">
 		<paragraph id="par_id766137661376613" role="paragraph" localize="false" xml-lang="en-US">
 			<embedvar href="text/scalc/01/func_imtan.xhp#imtan_head"/>
diff --git a/source/text/scalc/01/func_imcsc.xhp b/source/text/scalc/01/func_imcsc.xhp
index c8eead6a3..3f8905018 100644
--- a/source/text/scalc/01/func_imcsc.xhp
+++ b/source/text/scalc/01/func_imcsc.xhp
@@ -64,6 +64,8 @@
 		<item type="input">=IMCSC(2)</item><br/>
 		returns 1.09975017029462 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
 	</paragraph>
+        <embed href="text/shared/00/00000004.xhp#samplefile"/>
+        <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
 	<section id="relatedtopics">
 		<paragraph id="par_id933269332693326" role="paragraph" localize="false" xml-lang="en-US">
 			<embedvar href="text/scalc/01/func_imcsch.xhp#imcsch_head"/>,
diff --git a/source/text/scalc/01/func_imcsch.xhp b/source/text/scalc/01/func_imcsch.xhp
index ed7806393..51e437b42 100644
--- a/source/text/scalc/01/func_imcsch.xhp
+++ b/source/text/scalc/01/func_imcsch.xhp
@@ -64,6 +64,8 @@
 		<item type="input">=IMCSCH(2)</item><br/>
 		returns 0.275720564771783 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
 	</paragraph>
+        <embed href="text/shared/00/00000004.xhp#samplefile"/>
+        <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
 	<section id="relatedtopics">
 		<paragraph id="par_id981669816698166" role="paragraph" localize="false" xml-lang="en-US">
 			<embedvar href="text/scalc/01/func_imcsc.xhp#imcsc_head"/>,
diff --git a/source/text/scalc/01/func_imsec.xhp b/source/text/scalc/01/func_imsec.xhp
index 1ffdc7381..b498326db 100644
--- a/source/text/scalc/01/func_imsec.xhp
+++ b/source/text/scalc/01/func_imsec.xhp
@@ -64,6 +64,8 @@
 		<item type="input">=IMSEC(2)</item><br/>
 		returns -2.40299796172238 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
 	</paragraph>
+        <embed href="text/shared/00/00000004.xhp#samplefile"/>
+        <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
 	<section id="relatedtopics">
 	<paragraph id="par_id57381738213791" role="paragraph" localize="false" xml-lang="en-US">
 		<embedvar href="text/scalc/01/func_imcsc.xhp#imcsc_head"/>,
diff --git a/source/text/scalc/01/func_imsech.xhp b/source/text/scalc/01/func_imsech.xhp
index 1c3bac706..82ce87aa1 100644
--- a/source/text/scalc/01/func_imsech.xhp
+++ b/source/text/scalc/01/func_imsech.xhp
@@ -64,6 +64,8 @@
 		<item type="input">=IMSECH(2)</item><br/>
 		returns 0.26580222883408 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
 	</paragraph>
+        <embed href="text/shared/00/00000004.xhp#samplefile"/>
+        <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
 	<section id="relatedtopics">
 		<paragraph id="par_id26960257451996" role="paragraph" localize="false" xml-lang="en-US">
 			<embedvar href="text/scalc/01/func_imcsc.xhp#imcsc_head"/>,
diff --git a/source/text/scalc/01/func_imsin.xhp b/source/text/scalc/01/func_imsin.xhp
index 6528a4882..1e166feb7 100644
--- a/source/text/scalc/01/func_imsin.xhp
+++ b/source/text/scalc/01/func_imsin.xhp
@@ -60,8 +60,8 @@
 		<item type="input">=IMSIN(2)</item><br/>
 		returns 0.909297426825682 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
 	</paragraph>
-        <paragraph role="heading" id="hd_id161521663319917" level="3" xml-lang="en-US">Open file with example</paragraph>
-        <paragraph role="paragraph" id="par_id161521663319917" xml-lang="en-US"><object data="media/files/scalc/imtrigon.ods" id="ods_id61521568603544" type="application/vnd.oasis.opendocument.spreadsheet" /></paragraph>
+        <embed href="text/shared/00/00000004.xhp#samplefile"/>
+        <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
 	<section id="relatedtopics">
 		<paragraph id="par_id2773214341302" role="paragraph" localize="false" xml-lang="en-US">
 			<embedvar href="text/scalc/01/func_imsinh.xhp#imsinh_head"/>,
diff --git a/source/text/scalc/01/func_imsinh.xhp b/source/text/scalc/01/func_imsinh.xhp
index b4e6d0e91..fdd34e4dd 100644
--- a/source/text/scalc/01/func_imsinh.xhp
+++ b/source/text/scalc/01/func_imsinh.xhp
@@ -60,6 +60,8 @@
 		<item type="input">=IMSINH(2)</item><br/>
 		returns 3.62686040784702 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
 	</paragraph>
+        <embed href="text/shared/00/00000004.xhp#samplefile"/>
+        <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
 	<section id="relatedtopics">
             <paragraph id="par_id2773214341302" localize="false" role="paragraph" xml-lang="en-US">
 			<embedvar href="text/scalc/01/func_imsin.xhp#imsin_head"/>,
diff --git a/source/text/scalc/01/func_imtan.xhp b/source/text/scalc/01/func_imtan.xhp
index c128ceadc..79a801939 100644
--- a/source/text/scalc/01/func_imtan.xhp
+++ b/source/text/scalc/01/func_imtan.xhp
@@ -64,6 +64,8 @@
 		<item type="input">=IMTAN(2)</item><br/>
 		returns -2.18503986326152 as a string. <embedvar href="text/scalc/01/ful_func.xhp#func_imag_zero"/>
 	</paragraph>
+        <embed href="text/shared/00/00000004.xhp#samplefile"/>
+        <embed href="text/scalc/06/calcsamplefiles.xhp#imtrigon"/>
 	<section id="relatedtopics">
 		<paragraph id="par_id2479417868613" role="paragraph"  localize="false" xml-lang="en-US">
 			<embedvar href="text/scalc/01/func_imcot.xhp#imcot_head"/>
diff --git a/source/text/scalc/06/calcsamplefiles.xhp b/source/text/scalc/06/calcsamplefiles.xhp
new file mode 100644
index 000000000..23ebeace6
--- /dev/null
+++ b/source/text/scalc/06/calcsamplefiles.xhp
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<helpdocument version="1.0">
+    <!--
+    * This file is part of the LibreOffice project.
+    *
+    * This Source Code Form is subject to the terms of the Mozilla Public
+    * License, v. 2.0. If a copy of the MPL was not distributed with this
+    * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+    -->
+    <meta>
+        <topic id="textscalc06camplefiles">
+            <title id="tit" xml-lang="en-US">Calc Sample Files</title>
+            <filename>/text/scalc/06/calcsamplefiles.xhp</filename>
+        </topic>
+    </meta>
+    <body>
+    <section id="imtrigon">
+        <paragraph role="paragraph" id="par_id161521663319917" xml-lang="en-US"><object data="media/files/scalc/imtrigon.ods" id="ods_id61521568603544" type="application/vnd.oasis.opendocument.spreadsheet" /></paragraph>
+    </section>
+    <section id="trigon">
+        <paragraph role="paragraph" id="par_id161521663319917" xml-lang="en-US"><object data="media/files/scalc/trigon.ods" id="ods_id61521548603544" type="application/vnd.oasis.opendocument.spreadsheet" /></paragraph>
+    </section>
+    </body>
+</helpdocument>
diff --git a/source/text/shared/00/00000004.xhp b/source/text/shared/00/00000004.xhp
index bcb2809ec..b151e9c35 100644
--- a/source/text/shared/00/00000004.xhp
+++ b/source/text/shared/00/00000004.xhp
@@ -38,7 +38,9 @@
 <paragraph role="related" id="par_id3147212" xml-lang="en-US"><variable id="related"><emph>Related Topics</emph>
 </variable></paragraph>
 </section>
-
+<section id="samplefile">
+    <paragraph role="heading" id="hd_id161521663319917" level="3" xml-lang="en-US"><variable id="samplefile">Open file with example:</variable></paragraph>
+</section>
 <section id="sytextfarbe">
 <table id="tbl_id3156421">
 <tablerow>
commit db93e0bc4548b5e2b5b26bc79d845a97aab8f409
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
Date:   Mon Apr 23 19:49:37 2018 -0300

    Add sample file for trigonometric functions
    
    Change-Id: I2645a468dfffdd53a1eaf1b96e18cee097f34c2a
    Reviewed-on: https://gerrit.libreoffice.org/53368
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/source/media/files/scalc/trigon.ods b/source/media/files/scalc/trigon.ods
new file mode 100644
index 000000000..d603df80d
Binary files /dev/null and b/source/media/files/scalc/trigon.ods differ
diff --git a/source/text/scalc/01/04060106.xhp b/source/text/scalc/01/04060106.xhp
index d5ffe778e..cb5e71f1c 100644
--- a/source/text/scalc/01/04060106.xhp
+++ b/source/text/scalc/01/04060106.xhp
@@ -79,6 +79,8 @@
 <paragraph id="hd_id3149882" role="heading" level="3" xml-lang="en-US">Example</paragraph>
 <paragraph id="par_id3150128" role="paragraph" xml-lang="en-US"><item type="input">=ACOS(-1)</item> returns 3.14159265358979 (PI radians)</paragraph>
 <paragraph id="par_id8792382" role="paragraph" xml-lang="en-US"><item type="input">=DEGREES(ACOS(0.5))</item> returns 60. The cosine of 60 degrees is 0.5.</paragraph><comment>see also COS, SIN, TAN, COT, ASIN, ATAN, ATAN2, ACOT</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section60">
@@ -99,6 +101,8 @@
 <paragraph id="hd_id3150566" role="heading" level="3" xml-lang="en-US">Example</paragraph>
 <paragraph id="par_id3145629" role="paragraph" xml-lang="en-US"><item type="input">=ACOSH(1)</item> returns 0.</paragraph>
 <paragraph id="par_id951567" role="paragraph" xml-lang="en-US"><item type="input">=ACOSH(COSH(4))</item> returns 4.</paragraph><comment>see also ASINH, ATANH, ACOTH, COSH, SINH, TANH, COTH</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section59">
@@ -119,6 +123,8 @@
 <paragraph id="hd_id3147538" role="heading" level="3" xml-lang="en-US">Example</paragraph>
 <paragraph id="par_id3155375" role="paragraph" xml-lang="en-US"><item type="input">=ACOT(1)</item> returns 0.785398163397448 (PI/4 radians).</paragraph>
 <paragraph id="par_id8589434" role="paragraph" xml-lang="en-US"><item type="input">=DEGREES(ACOT(1))</item> returns 45. The tangent of 45 degrees is 1.</paragraph><comment>see also COS, SIN, TAN, COT, ACOS, ASIN, ATAN, ATAN2</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section58">
@@ -138,6 +144,8 @@
 
 <paragraph id="hd_id3083452" role="heading" level="3" xml-lang="en-US">Example</paragraph>
 <paragraph id="par_id3150608" role="paragraph" xml-lang="en-US"><item type="input">=ACOTH(1.1)</item> returns inverse hyperbolic cotangent of 1.1, approximately 1.52226.</paragraph><comment>see also ACOSH, ASINH, ATANH, COSH, SINH, TANH, COTH</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="aggregate">
@@ -165,6 +173,8 @@
 <paragraph id="par_id3156100" role="paragraph" xml-lang="en-US"><item type="input">=ASIN(0)</item> returns 0.</paragraph>
 <paragraph id="par_id6853846" role="paragraph" xml-lang="en-US"><item type="input">=ASIN(1)</item> returns 1.5707963267949 (PI/2 radians).</paragraph>
 <paragraph id="par_id8772240" role="paragraph" xml-lang="en-US"><item type="input">=DEGREES(ASIN(0.5))</item> returns 30. The sine of 30 degrees is 0.5.</paragraph><comment>see also COS, SIN, TAN, COT, ACOS, ATAN, ATAN2, ACOT</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section56">
@@ -184,6 +194,8 @@
 <paragraph id="hd_id3153212" role="heading" level="3" xml-lang="en-US">Example</paragraph>
 <paragraph id="par_id3156120" role="paragraph" xml-lang="en-US"><item type="input">=ASINH(-90)</item> returns approximately -5.1929877.</paragraph>
 <paragraph id="par_id4808496" role="paragraph" xml-lang="en-US"><item type="input">=ASINH(SINH(4))</item> returns 4.</paragraph><comment>see also ACOSH, ATANH, ACOTH, COSH, SINH, TANH, COTH</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section55">
@@ -204,6 +216,8 @@
 <paragraph id="hd_id3154054" role="heading" level="3" xml-lang="en-US">Example</paragraph>
 <paragraph id="par_id3143229" role="paragraph" xml-lang="en-US"><item type="input">=ATAN(1)</item> returns 0.785398163397448 (PI/4 radians).</paragraph>
 <paragraph id="par_id8746299" role="paragraph" xml-lang="en-US"><item type="input">=DEGREES(ATAN(1))</item> returns 45. The tangent of 45 degrees is 1.</paragraph><comment>see also COS, SIN, TAN, COT, ACOS, ASIN, ATAN2, ACOT</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section54">
@@ -226,6 +240,8 @@
 <paragraph id="hd_id3145663" role="heading" level="3" xml-lang="en-US">Example</paragraph>
 <paragraph id="par_id3154692" role="paragraph" xml-lang="en-US"><item type="input">=ATAN2(20;20)</item> returns 0.785398163397448 (PI/4 radians).</paragraph>
 <paragraph id="par_id1477095" role="paragraph" xml-lang="en-US"><item type="input">=DEGREES(ATAN2(12.3;12.3))</item> returns 45. The tangent of 45 degrees is 1.</paragraph><comment>see also COS, SIN, TAN, COT, ACOS, ASIN, ATAN, ACOT</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section53">
@@ -245,6 +261,8 @@
 
 <paragraph id="hd_id3148450" role="heading" level="3" xml-lang="en-US">Example</paragraph>
 <paragraph id="par_id3145419" role="paragraph" xml-lang="en-US"><item type="input">=ATANH(0)</item> returns 0.</paragraph><comment>see also ACOSH, ASINH, ACOTH, COSH, SINH, TANH, COTH</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section52">
@@ -265,6 +283,8 @@
 <paragraph id="hd_id3153579" role="heading" level="3" xml-lang="en-US">Examples</paragraph>
 <paragraph id="par_id3147241" role="paragraph" xml-lang="en-US"><item type="input">=COS(PI()*2)</item> returns 1, the cosine of 2*PI radians.</paragraph>
 <paragraph id="par_id3147516" role="paragraph" xml-lang="en-US"><item type="input">=COS(RADIANS(60))</item> returns 0.5, the cosine of 60 degrees.</paragraph><comment>see also SIN, TAN, COT, ACOS, ASIN, ATAN, ATAN2, ACOT</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section51">
@@ -283,6 +303,8 @@
 
 <paragraph id="hd_id3153234" role="heading" level="3" xml-lang="en-US">Example</paragraph>
 <paragraph id="par_id3154099" role="paragraph" xml-lang="en-US"><item type="input">=COSH(0)</item> returns 1, the hyperbolic cosine of 0.</paragraph><comment>see also SINH, TANH, COTH, ACOSH, ASINH, ATANH, ACOTH</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section50">
@@ -304,6 +326,8 @@
 <paragraph id="hd_id3149800" role="heading" level="3" xml-lang="en-US">Examples:</paragraph>
 <paragraph id="par_id3148616" role="paragraph" xml-lang="en-US"><item type="input">=COT(PI()/4)</item> returns 1, the cotangent of PI/4 radians.</paragraph>
 <paragraph id="par_id3148986" role="paragraph" xml-lang="en-US"><item type="input">=COT(RADIANS(45))</item> returns 1, the cotangent of 45 degrees.</paragraph><comment>see also COS, SIN, TAN, ACOS, ASIN, ATAN, ATAN2, ACOT</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section49">
@@ -322,6 +346,8 @@
 
 <paragraph id="hd_id3155422" role="heading" level="3" xml-lang="en-US">Example</paragraph>
 <paragraph id="par_id3144754" role="paragraph" xml-lang="en-US"><item type="input">=COTH(1)</item> returns the hyperbolic cotangent of 1, approximately 1.3130.</paragraph><comment>see also COSH, SINH, TANH, ACOSH, ASINH, ATANH, ACOTH</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section64">
@@ -342,6 +368,8 @@
 <paragraph id="hd_id2577161" role="heading" level="3" xml-lang="en-US">Examples</paragraph>
 <paragraph id="par_id3736803" role="paragraph" xml-lang="en-US"><item type="input">=CSC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the sine of PI/4 radians.</paragraph>
 <paragraph id="par_id6016818" role="paragraph" xml-lang="en-US"><item type="input">=CSC(RADIANS(30))</item> returns 2, the cosecant of 30 degrees.</paragraph><comment>see also SIN, TAN, COT, SEC, ACOS, ASIN, ATAN, ATAN2, ACOT</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section66">
@@ -360,6 +388,8 @@
 
 <paragraph id="hd_id6037477" role="heading" level="3" xml-lang="en-US">Example</paragraph>
 <paragraph id="par_id5426085" role="paragraph" xml-lang="en-US"><item type="input">=CSCH(1)</item> returns approximately 0.8509181282, the hyperbolic cosecant of 1.</paragraph><comment>see also SINH, TANH, COTH, SECH,ACOSH, ASINH, ATANH, ACOTH</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section48">
@@ -1037,6 +1067,8 @@
 <paragraph id="hd_id9878918" role="heading" level="3" xml-lang="en-US">Examples</paragraph>
 <paragraph id="par_id6935513" role="paragraph" xml-lang="en-US"><item type="input">=SEC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the cosine of PI/4 radians.</paragraph>
 <paragraph id="par_id3954287" role="paragraph" xml-lang="en-US"><item type="input">=SEC(RADIANS(60))</item> returns 2, the secant of 60 degrees.</paragraph><comment>see also SIN, TAN, COT, CSC, ACOS, ASIN, ATAN, ATAN2, ACOT</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section65">
@@ -1055,6 +1087,8 @@
 
 <paragraph id="hd_id9838764" role="heading" level="3" xml-lang="en-US">Example</paragraph>
 <paragraph id="par_id1187764" role="paragraph" xml-lang="en-US"><item type="input">=SECH(0)</item> returns 1, the hyperbolic secant of 0.</paragraph><comment>see also SINH, TANH, COTH, CSCH, ACOSH, ASINH, ATANH, ACOTH</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section18">
@@ -1075,6 +1109,8 @@
 <paragraph id="hd_id3144969" role="heading" level="3" xml-lang="en-US">Example</paragraph>
 <paragraph id="par_id3144983" role="paragraph" xml-lang="en-US"><item type="input">=SIN(PI()/2)</item> returns 1, the sine of PI/2 radians.</paragraph>
 <paragraph id="par_id3916440" role="paragraph" xml-lang="en-US"><item type="input">=SIN(RADIANS(30))</item> returns 0.5, the sine of 30 degrees.</paragraph><comment>see also COS, TAN, COT, ACOS, ASIN, ATAN, ATAN2, ACOT</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section17">
@@ -1093,6 +1129,8 @@
 
 <paragraph id="hd_id3163491" role="heading" level="3" xml-lang="en-US">Example</paragraph>
 <paragraph id="par_id3163504" role="paragraph" xml-lang="en-US"><item type="input">=SINH(0)</item> returns 0, the hyperbolic sine of 0.</paragraph><comment>see also COSH, TANH, COTH, ACOSH, ASINH, ATANH, ACOTH</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section16">
@@ -1176,6 +1214,8 @@
 <paragraph id="hd_id3152287" role="heading" level="3" xml-lang="en-US">Example</paragraph>
 <paragraph id="par_id3152301" role="paragraph" xml-lang="en-US"><item type="input">=TAN(PI()/4) </item>returns 1, the tangent of PI/4 radians.</paragraph>
 <paragraph id="par_id1804864" role="paragraph" xml-lang="en-US"><item type="input">=TAN(RADIANS(45))</item> returns 1, the tangent of 45 degrees.</paragraph><comment>see also COS, SIN, COT, ACOS, ASIN, ATAN, ATAN2, ACOT</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section13">
@@ -1194,6 +1234,8 @@
 
 <paragraph id="hd_id3165527" role="heading" level="3" xml-lang="en-US">Example</paragraph>
 <paragraph id="par_id3165541" role="paragraph" xml-lang="en-US"><item type="input">=TANH(0)</item> returns 0, the hyperbolic tangent of 0.</paragraph><comment>see also COSH, SINH, COTH, ACOSH, ASINH, ATANH, ACOTH</comment>
+<embed href="text/shared/00/00000004.xhp#samplefile"/>
+<embed href="text/scalc/06/calcsamplefiles.xhp#trigon"/>
 </section>
 
 <section id="Section12">


More information about the Libreoffice-commits mailing list