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_
   Suggestions
   Software Suggestions
(Moderator: fry)
   asin, acos?
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: asin, acos?  (Read 252 times)
depth

WWW Email
asin, acos?
« on: Jul 17th, 2003, 9:28pm »

are these implemented in proce55ing?  or is there a way to get these values using the trig functions already available?
 
-depth
 
fry


WWW
Re: asin, acos?
« Reply #1 on: Jul 30th, 2003, 1:56am »

not implemented on their own in p5.. but java syntax:
 
float a = (float) Math.asin(num);
 
will get you the same.
 
Pages: 1 

« Previous topic | Next topic »