[latex3-commits] [l3svn] branch master updated: Precise xfp doc a bit

noreply at latex-project.org noreply at latex-project.org
Sun Aug 6 19:42:37 CEST 2017


This is an automated email from the git hooks/post-receive script.

bruno pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  6b40d9e   Precise xfp doc a bit
6b40d9e is described below

commit 6b40d9e0821a2115b464dd60a81fef211dfcdb43
Author: Bruno Le Floch <bruno at le-floch.fr>
Date:   Sun Aug 6 13:41:48 2017 -0400

    Precise xfp doc a bit
---
 l3packages/xfp/xfp.dtx |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/l3packages/xfp/xfp.dtx b/l3packages/xfp/xfp.dtx
index 930bec8..55333b0 100644
--- a/l3packages/xfp/xfp.dtx
+++ b/l3packages/xfp/xfp.dtx
@@ -130,14 +130,15 @@
 % An example of use could be the following.
 % \begin{verbatim}
 %   \LaTeX{} can now compute: $ \frac{\sin (3.5)}{2} + 2\cdot 10^{-3}
-%   = \fpeval{sin 3.5 /2 + 2e-3} $.
+%   = \fpeval{sin(3.5)/2 + 2e-3} $.
 % \end{verbatim}
 %
 % \begin{function}[EXP]{\inteval}
-%   The expandable command \cs{inteval} takes as it's argument an integer
-%   expression and will produce a result using the normal rules of
+%   The expandable command \cs{inteval} takes as its argument an integer
+%   expression and produces a result using the normal rules of
 %   mathematics. The operations recognised are |+|, |-|, |*| and |/| plus
-%   parentheses. Division occurs with \emph{roudning}. As this command i
+%   parentheses. Division occurs with \emph{rounding}, and ties are rounded
+%   away from zero. As this command is
 %   expandable it can be used where \TeX{} requires a number and for example
 %   within a low-level \cs{edef} operation to give a purely numerical result.
 % \end{function}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list