|
-
Jan 3rd, 2010, 04:47 PM
#1
Thread Starter
Member
-
Jan 3rd, 2010, 05:29 PM
#2
Hyperactive Member
Re: arccos problems?
will return the arc cosine of .5
Asin and Atan also work for arc sines and arc tangents
-
Jan 4th, 2010, 02:38 AM
#3
Thread Starter
Member
Re: arccos problems?
sorry.. but it seems.. math.Acos / math.Asin was not arc cosinus (cos-1) or arc sinus (sin-1) on visual basic...
the result math.Acos(-0.7071) = 2.35619
Last edited by j0e2; Jan 4th, 2010 at 02:41 AM.
-
Jan 4th, 2010, 03:00 AM
#4
Hyperactive Member
Re: arccos problems?
yeah, 2.35619 is the answer in Radian form, you want it in degrees just convert it like this
Code:
Math.Acos(.5)*180.0 / Math.PI
-
Jan 4th, 2010, 03:50 AM
#5
Thread Starter
Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|