diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-12-30 17:27:44 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-12-30 23:20:51 +0100 |
commit | d7124af74ae46cf33d1c23931b0041a40d845abb (patch) | |
tree | b66b9f21917007e1b22c1ac8915b6b8a4816adac /source/text/sbasic/shared/03080500.xhp | |
parent | b1aec63bf053b4a654e3531c32eabd6b0ab035f5 (diff) |
tdf#114263 Add Help page for BASIC Frac Function
Change-Id: Icc56a51597318d5c0683a2976b8d08f1b30ca49c
Reviewed-on: https://gerrit.libreoffice.org/65752
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source/text/sbasic/shared/03080500.xhp')
-rw-r--r-- | source/text/sbasic/shared/03080500.xhp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/source/text/sbasic/shared/03080500.xhp b/source/text/sbasic/shared/03080500.xhp index 7e3bdda9d9..06efe78a2a 100644 --- a/source/text/sbasic/shared/03080500.xhp +++ b/source/text/sbasic/shared/03080500.xhp @@ -30,13 +30,14 @@ </history> </meta> <body> - - + + <section id="ganzzahl"> - <paragraph id="hd_id3153345" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080500.xhp" name="Integers">Integers</link></paragraph> - <paragraph role="paragraph" id="par_id3156152" xml-lang="en-US">The following functions round values to integers.</paragraph> + <paragraph id="hd_id3153345" role="heading" level="1" xml-lang="en-US"><link href="text/sbasic/shared/03080500.xhp" name="Integers">Integers and Fractional</link></paragraph> + <paragraph role="paragraph" id="par_id3156152" xml-lang="en-US">Functions to round values to integers, and to take the fractional part of a value.</paragraph> </section> <embed href="text/sbasic/shared/03080501.xhp#fix"/> <embed href="text/sbasic/shared/03080502.xhp#int"/> + <embed href="text/sbasic/shared/03080503.xhp#frac"/> </body> </helpdocument> |