* doco complex prototypes
@ 2003-05-11 22:34 Kevin Ryde
0 siblings, 0 replies; only message in thread
From: Kevin Ryde @ 2003-05-11 22:34 UTC (permalink / raw)
[-- Attachment #1: Type: text/plain, Size: 92 bytes --]
I applied a bit of a tweak,
* scheme-data.texi (Complex): Show z argument in prototypes.
[-- Attachment #2: scheme-data.texi.complex-proto.diff --]
[-- Type: text/plain, Size: 972 bytes --]
--- scheme-data.texi.~1.29.~ 2003-05-10 11:08:15.000000000 +1000
+++ scheme-data.texi 2003-05-11 18:07:33.000000000 +1000
@@ -694,23 +694,23 @@
@end deffn
@c begin (texi-doc-string "guile" "real-part")
-@deffn {Scheme Procedure} real-part
+@deffn {Scheme Procedure} real-part z
Return the real part of the number @var{z}.
@end deffn
@c begin (texi-doc-string "guile" "imag-part")
-@deffn {Scheme Procedure} imag-part
+@deffn {Scheme Procedure} imag-part z
Return the imaginary part of the number @var{z}.
@end deffn
@c begin (texi-doc-string "guile" "magnitude")
-@deffn {Scheme Procedure} magnitude
+@deffn {Scheme Procedure} magnitude z
Return the magnitude of the number @var{z}. This is the same as
@code{abs} for real arguments, but also allows complex numbers.
@end deffn
@c begin (texi-doc-string "guile" "angle")
-@deffn {Scheme Procedure} angle
+@deffn {Scheme Procedure} angle z
Return the angle of the complex number @var{z}.
@end deffn
[-- Attachment #3: Type: text/plain, Size: 142 bytes --]
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-05-11 22:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-11 22:34 doco complex prototypes Kevin Ryde
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).