Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
59b568a7
Commit
59b568a7
authored
Jan 04, 2005
by
Jay Belanger
Browse files
(Programming Tutorial): Mention that the user needs to be in the
right mode to compute some functions.
parent
026cdede
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
man/ChangeLog
man/ChangeLog
+2
-0
man/calc.texi
man/calc.texi
+3
-2
No files found.
man/ChangeLog
View file @
59b568a7
...
...
@@ -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>
...
...
man/calc.texi
View file @
59b568a7
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment