(Scientific): Add two-argument atan.
authorKevin Ryde <user42@zip.com.au>
Mon, 25 Aug 2003 22:26:37 +0000 (22:26 +0000)
committerKevin Ryde <user42@zip.com.au>
Mon, 25 Aug 2003 22:26:37 +0000 (22:26 +0000)
doc/ref/scheme-data.texi

index 5046f05..724a8c4 100755 (executable)
@@ -859,7 +859,8 @@ Return the arccosine of @var{z}.
 @rnindex atan
 @c begin (texi-doc-string "guile" "atan")
 @deffn {Scheme Procedure} atan z
-Return the arctangent of @var{z}.
+@deffnx {Scheme Procedure} atan y x
+Return the arctangent of @var{z}, or of @math{@var{y}/@var{x}}.
 @end deffn
 
 @rnindex exp