mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 15:40:19 +02:00
ChangeLog'ed 2003-05-12, forgot to commit until now:
(Complex): Show z argument in prototypes.
This commit is contained in:
parent
effc9024d2
commit
b40b794522
1 changed files with 4 additions and 4 deletions
|
@ -694,23 +694,23 @@ Return the complex number @var{x} * e^(i * @var{y}).
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@c begin (texi-doc-string "guile" "real-part")
|
@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}.
|
Return the real part of the number @var{z}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@c begin (texi-doc-string "guile" "imag-part")
|
@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}.
|
Return the imaginary part of the number @var{z}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@c begin (texi-doc-string "guile" "magnitude")
|
@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
|
Return the magnitude of the number @var{z}. This is the same as
|
||||||
@code{abs} for real arguments, but also allows complex numbers.
|
@code{abs} for real arguments, but also allows complex numbers.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
@c begin (texi-doc-string "guile" "angle")
|
@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}.
|
Return the angle of the complex number @var{z}.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue