FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Syntax
(Moderators: fry, REAS)
   off on an arctangent?
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: off on an arctangent?  (Read 172 times)
rgovostes

rgovostes
off on an arctangent?
« on: Dec 24th, 2003, 5:49am »

I have searched but I could not find how to calculate an arctangent, as opposed to atan2()
 
Could this be accomplished by a call to the Java math libraries?
 
toxi

WWW
Re: off on an arctangent?
« Reply #1 on: Dec 24th, 2003, 11:40am »

yupp, just like that: double arcT=Math.atan((double)x);
 

http://toxi.co.uk/
Pages: 1 

« Previous topic | Next topic »