summaryrefslogtreecommitdiff
path: root/source/text/scalc/01/func_trunc.xhp
diff options
context:
space:
mode:
Diffstat (limited to 'source/text/scalc/01/func_trunc.xhp')
-rw-r--r--source/text/scalc/01/func_trunc.xhp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/text/scalc/01/func_trunc.xhp b/source/text/scalc/01/func_trunc.xhp
index 62d87efab1..6da86e12a9 100644
--- a/source/text/scalc/01/func_trunc.xhp
+++ b/source/text/scalc/01/func_trunc.xhp
@@ -31,7 +31,7 @@
<section id="trunc_tip">
<tip id="par_id321641927458888">The rounding method used by this function is known as <emph>rounding towards zero</emph>. The resulting number will always be smaller than or equal to the original number.</tip>
</section>
- <embed href="text/scalc/01/common_func.xhp#sectionsyntax"/>
+ <embed href="text/scalc/01/ful_func.xhp#func_head_syntax"/>
<paragraph role="paragraph" id="par_id341641927560587">
<input>TRUNC(Number [; Count])</input>
</paragraph>
@@ -40,7 +40,7 @@
<paragraph role="paragraph" id="par_id861641927715672"><emph>Count:</emph> Optional parameter that defines the number of decimal places to be kept. The default value is 0 (zero).</paragraph>
<paragraph role="paragraph" id="par_id911641928545976">Use negative values for <emph>Count</emph> to round the integer part of the original <emph>Number</emph>. For example, -1 will round down the first integer number before the decimal separator, -2 will round down the two integer numbers before the decimal separator, and so forth.</paragraph>
</section>
- <embed href="text/scalc/01/common_func.xhp#sectionexample"/>
+ <embed href="text/scalc/01/ful_func.xhp#func_head_example"/>
<paragraph role="paragraph" id="par_id901641928192870"><input>=TRUNC(21.89)</input> returns 21. Note that this example uses the default value for <emph>Count</emph> which is 0.</paragraph>
<paragraph role="paragraph" id="par_id901641928192110"><input>=TRUNC(103.37,1)</input> returns 103.3.</paragraph>
<paragraph role="paragraph" id="par_id171641928456743"><input>=TRUNC(0.664,2)</input> returns 0.66.</paragraph>