source/text/scalc/01/04060181.xhp | 7 ++++++- source/text/scalc/01/ODFF.xhp | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-)
New commits: commit 19dcd2fbd14e1b75bb8b45829101bd1b0f9aed77 Author: Olivier Hallot <[email protected]> AuthorDate: Mon Jul 13 08:53:10 2026 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Mon Jul 13 14:19:13 2026 +0200 tdf#172633 B implements BINOM.DIST.RANGE + Add index for BINOM.DIST.RANGE + Link to wiki page + Generic ODF implementation note (no specific version) Change-Id: I16a3a9ab7194c734219072a361f7d64c10e9e437 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/208030 Reviewed-by: Olivier Hallot <[email protected]> Tested-by: Jenkins diff --git a/source/text/scalc/01/04060181.xhp b/source/text/scalc/01/04060181.xhp index 8cabb9c1cc..ec51ffdb31 100644 --- a/source/text/scalc/01/04060181.xhp +++ b/source/text/scalc/01/04060181.xhp @@ -145,13 +145,14 @@ <bookmark branch="index" id="bm_id3150267"> <bookmark_value>B function</bookmark_value> <bookmark_value>probabilities of samples with binomial distribution</bookmark_value> + <bookmark_value>BINOM.DIST.RANGE</bookmark_value> </bookmark> <comment>mw added one entry</comment> <bookmark branch="hid/SC_HID_FUNC_B" id="bm_id3153044" localize="false"/> <h2 id="hd_id3150267">B</h2> <paragraph id="par_id3156061" role="paragraph"><ahelp hid="HID_FUNC_B">Returns the probability of a sample with binomial distribution.</ahelp></paragraph> - +<note id="par_id81783942089942">Function B implements the ODF function BINOM.DIST.RANGE.</note> <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/> <paragraph id="par_id3148392" role="code">B(Trials; SP; T1 [; T2])</paragraph> <paragraph id="par_id3149002" role="paragraph"><emph>Trials</emph> is the number of independent trials.</paragraph> @@ -162,6 +163,10 @@ <embed href="text/scalc/01/common_func.xhp#sectionexample"/> <paragraph id="par_id3154633" role="paragraph">What is the probability with ten throws of the dice, that a six will come up exactly twice? The probability of a six (or any other number) is 1/6. The following formula combines these factors:</paragraph> <paragraph id="par_id3149393" role="paragraph"><item type="input">=B(10;1/6;2)</item> returns a probability of 29%.</paragraph> +<embed href="text/scalc/01/ODFF.xhp#odff"/> +<section id="relatedtopics"> + <tip id="par_id701677016751508"><link href="https://wiki.documentfoundation.org/Documentation/Calc_Functions/B">B wiki page</link>.</tip> + </section> </section> <section id="rsq"> diff --git a/source/text/scalc/01/ODFF.xhp b/source/text/scalc/01/ODFF.xhp index be76db2942..55a6e768c7 100644 --- a/source/text/scalc/01/ODFF.xhp +++ b/source/text/scalc/01/ODFF.xhp @@ -10,13 +10,13 @@ ****************************************************************--> <meta> <topic id="topic_0506201512363995" indexer="exclude" status="PUBLISH"> -<title xml-lang="en-US" id="tit">ODFF</title> +<title id="tit">ODFF</title> <filename>/text/scalc/01/ODFF.xhp</filename> </topic> </meta> <body> <section id="odff"> -<note id="hd_id1000010">This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.2. (ISO/IEC 26300:2-2015)</note> +<note id="hd_id1000010">This function is part of the Open Document Format for Office Applications (OpenDocument) standard.</note> </section> <section id="odff13"> <note id="hd_id1000013">This function is part of the Open Document Format for Office Applications (OpenDocument) standard Version 1.3.</note>
