source/text/scalc/01/func_skewp.xhp |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

New commits:
commit 61f062fa0c0f33bb2578ebf04537d3db2129c7be
Author:     Steve Fanning <stevemfann...@yahoo.co.uk>
AuthorDate: Tue Feb 2 00:06:06 2021 +0100
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Tue Feb 2 11:49:40 2021 +0100

    Correct errors in the Help description for Calc’s SKEWP function.
    
    Specifically, the given return value for the first two examples is wrong 
(should be 0.2329985562). The third and fourth examples do not describe the 
implemented behavior but, since the description already states that the 
parameters should specify at least three values, these examples should be 
deleted rather than corrected.
    
    The only file affected is func_skewp.xhp.
    
    Change-Id: I1951d81e3cbb52562b12defa4683ee8b65adef51
    Reviewed-on: https://gerrit.libreoffice.org/c/help/+/110292
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/source/text/scalc/01/func_skewp.xhp 
b/source/text/scalc/01/func_skewp.xhp
index e87b514ff..23b7f93e7 100644
--- a/source/text/scalc/01/func_skewp.xhp
+++ b/source/text/scalc/01/func_skewp.xhp
@@ -41,11 +41,8 @@
 <paragraph id="par_id242131304315587" role="paragraph" xml-lang="en-US">The 
parameters should specify at least three values.</paragraph>
 <embed href="text/scalc/01/ODFF.xhp#odff"/>
 <embed href="text/scalc/01/ful_func.xhp#func_head_example"/>
-<paragraph id="par_id1102201617001888" role="paragraph" xml-lang="en-US"><item 
type="literal">SKEWP(2;3;1;6;8;5)</item> returns 0.2828158928
-</paragraph>
-<paragraph id="par_id1102201618185378" role="paragraph" xml-lang="en-US"><item 
type="literal">SKEWP(A1:A6)</item> returns 0.2828158928, when the range A1:A6 
contains {2;3;1;6;8;5}</paragraph>
-<paragraph id="par_id1102201618185326" role="paragraph" xml-lang="en-US"><item 
type="literal">SKEWP(Number1; Number2)</item> always returns zero, if Number1 
and Number2 results in two numbers.</paragraph>
-<paragraph id="par_id1102201618188326" role="paragraph" xml-lang="en-US"><item 
type="literal">SKEWP(Number1)</item> returns Err:502 (Invalid argument) if 
Number1 results in one number, because SKEWP cannot be calculated with one 
value.</paragraph>
+<paragraph id="par_id1102201617001888" role="paragraph" 
xml-lang="en-US"><input>SKEWP(2;3;1;6;8;5)</input> returns 
0.2329985562</paragraph>
+<paragraph id="par_id1102201618185378" role="paragraph" 
xml-lang="en-US"><input>SKEWP(A1:A6)</input> returns 0.2329985562, when the 
range A1:A6 contains {2;3;1;6;8;5}</paragraph>
 </section>
 <section id="relatedtopics">
 <paragraph id="par_id14337286612130" role="paragraph" xml-lang="en-US"><link 
href="text/scalc/01/04060185.xhp#skew">SKEW</link></paragraph>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to