1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-23 21:10:29 +02:00

(Scientific): Add two-argument atan.

This commit is contained in:
Kevin Ryde 2003-08-25 22:26:37 +00:00
parent 36a9b2364c
commit bc38bb441a

View file

@ -859,7 +859,8 @@ Return the arccosine of @var{z}.
@rnindex atan @rnindex atan
@c begin (texi-doc-string "guile" "atan") @c begin (texi-doc-string "guile" "atan")
@deffn {Scheme Procedure} atan z @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 @end deffn
@rnindex exp @rnindex exp