Groups | Blog | Home
all groups > dotnet academic > august 2003 >

dotnet academic : Tan of Angle in Radians only? How to find for degrees?


What-a-Tool
8/20/2003 6:27:07 PM
Have a right triangle in which I have the length of side opposite the angle,
and the angle, and I need to find the side Adjacent to angle.

Usually the way I would do this is:
Side Opposite / Tan(Angle in Degrees)
= side adjacent

Just discovered that in VB, the angle has to be given in Radians before
getting the Tan value, and the above formula definetly doesn't work anymore.
I know how to convert Degrees to Radians,I just don't know how to solve for
a right triangle using Radians.
Can anyone help? Thanks in advance, Sean

Michael
8/20/2003 7:11:14 PM

"What-a-Tool" <What-a-ToolNoFreakinGroundUpMysteryMeat@cox.net> wrote in
message news:_AS0b.12309$Zw4.6117@lakeread03...
[quoted text, click to view]

I don't understand why there is a problem. Just convert your degree value to
radians and use the same formula.

What-a-Tool
8/20/2003 9:37:05 PM
You know, I was just prepared to give a detailed explanation of what I was
doing along with the results.
Went back to my program to give my code one last look and discovered a real
obvious error.
Its giving correct results now.
Sorry>just being a shit head!
Sometimes it just takes some time away and a fresh look. That was driving me
crazy earlier>I looked at that a hundred times!
Thanks anyway > Sean

[quoted text, click to view]

Ashish
8/20/2003 11:10:25 PM
180 deg = pi radians... now use ur english and solve the math...
Ashish

[quoted text, click to view]

AddThis Social Bookmark Button