mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-23 13:00:34 +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
|
||||
@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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue