|
Author |
Topic: asin, acos? (Read 252 times) |
|
depth
|
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
|
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.
|
|
|
|
|