changeset 59360:2c5309307180

(Programming Tutorial): Mention that the user needs to be in the right mode to compute some functions.
author Jay Belanger <jay.p.belanger@gmail.com>
date Tue, 04 Jan 2005 20:33:38 +0000
parents 1678d14c4109
children b535efc2507d
files man/calc.texi
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/man/calc.texi	Tue Jan 04 20:22:41 2005 +0000
+++ b/man/calc.texi	Tue Jan 04 20:33:38 2005 +0000
@@ -5984,8 +5984,9 @@
 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