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:
parent
36a9b2364c
commit
bc38bb441a
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue