Hi. Siren

atan2 expects "two" arguments, x and y as stated in
http://www.perldoc.com/perl5.6.1/pod/func/atan2.html#top .

regards
Ricardo Derbes
Altec SE
Albarracín 157 - San Carlos de Bariloche
+54-2944-426892
[EMAIL PROTECTED]
----- Original Message -----
From: "siren jones" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 22, 2002 4:20 PM
Subject: Inverse tangent function?


>
> Trying to figure out what the inverse tangent function is...
> (as in FORTRAN arctan)
>
> Tried using:
>
> $ result = atan2(u/v);
> print "result = $result \n ";
>
> Got error: "Too few arguments".
>
> Any suggestions on either the function or where to look up math
> functions for PERl?  Couldn't find it in "Programming PERL", by O'reilly.
>
> Thanks in advance.
>
> -s
>
> _________________________________________________________________
> Join the world's largest e-mail service with MSN Hotmail.
> http://www.hotmail.com
>
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to