]> git.eshelyaron.com Git - emacs.git/commitdiff
(Programming Tutorial): Mention that the user needs to be in the
authorJay Belanger <jay.p.belanger@gmail.com>
Tue, 4 Jan 2005 20:34:21 +0000 (20:34 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Tue, 4 Jan 2005 20:34:21 +0000 (20:34 +0000)
right mode to compute some functions.

man/ChangeLog
man/calc.texi

index 504073cbe8f6a90fedccba9ca441009a4cac28a0..f75f8ceac3760b84e29692bf8d7937e02fb5b323 100644 (file)
@@ -2,6 +2,8 @@
 
        * calc.texi (Basic Tutorial, Programming Tutorial): Remove caveats
        for Lucid Emacs.
+       (Programming Tutorial): Mention that the user needs to be in the
+       right mode to compute some functions.
 
 2005-01-04  Richard M. Stallman  <rms@gnu.org>
 
index 514b09d20dd605edce4252e6b1f12e2c0a1a00e3..32ac9a5fc8d52bb705ebba3b556ae483207e589f 100644 (file)
@@ -5984,8 +5984,9 @@ which in algebraic notation is written like @samp{ninteg(f(t), t, 0, x)}
 with any integrand @samp{f(t)}.  Define a @kbd{z s} command and
 @code{Si} function that implement this.  You will need to edit the
 default argument list a bit.  As a test, @samp{Si(1)} should return
-0.946083.  (Hint:  @code{ninteg} will run a lot faster if you reduce
-the precision to, say, six digits beforehand.)
+0.946083. (If you don't get this answer, you might want to check that
+Calc is in Radians mode.  Also, @code{ninteg} will run a lot faster if
+you reduce the precision to, say, six digits beforehand.)
 @xref{Programming Answer 1, 1}. (@bullet{})
 
 The simplest way to do real ``programming'' of Emacs is to define a