Click here to Skip to main content
15,920,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to declare on entity framework? Pin
Simon_Whale21-Nov-11 2:23
Simon_Whale21-Nov-11 2:23 
GeneralRe: how to declare on entity framework? Pin
alejx21-Nov-11 2:37
alejx21-Nov-11 2:37 
GeneralRe: how to declare on entity framework? Pin
Simon_Whale21-Nov-11 2:49
Simon_Whale21-Nov-11 2:49 
General[VB.NET 2008] Using ICSharpCode.SharpZipLib? Pin
Skyware20-Nov-11 6:41
Skyware20-Nov-11 6:41 
GeneralRe: [VB.NET 2008] Using ICSharpCode.SharpZipLib? Pin
Skyware25-Nov-11 11:22
Skyware25-Nov-11 11:22 
Question1 button working with focus tabs in tabcontrol Pin
njtd20-Nov-11 1:46
njtd20-Nov-11 1:46 
AnswerRe: 1 button working with focus tabs in tabcontrol Pin
DaveAuld20-Nov-11 4:29
professionalDaveAuld20-Nov-11 4:29 
GeneralRe: 1 button working with focus tabs in tabcontrol Pin
njtd20-Nov-11 6:10
njtd20-Nov-11 6:10 
GeneralRe: 1 button working with focus tabs in tabcontrol Pin
DaveAuld20-Nov-11 7:22
professionalDaveAuld20-Nov-11 7:22 
QuestionRadian to Degrees Pin
internetuser2k1120-Nov-11 1:32
internetuser2k1120-Nov-11 1:32 
AnswerRe: Radian to Degrees Pin
Wayne Gaylard20-Nov-11 3:29
professionalWayne Gaylard20-Nov-11 3:29 
GeneralRe: Radian to Degrees Pin
internetuser2k1120-Nov-11 18:23
internetuser2k1120-Nov-11 18:23 
GeneralRe: Radian to Degrees Pin
internetuser2k1120-Nov-11 18:29
internetuser2k1120-Nov-11 18:29 
GeneralRe: Radian to Degrees Pin
Wayne Gaylard20-Nov-11 18:40
professionalWayne Gaylard20-Nov-11 18:40 
GeneralRe: Radian to Degrees Pin
internetuser2k1120-Nov-11 19:22
internetuser2k1120-Nov-11 19:22 
GeneralRe: Radian to Degrees Pin
Wayne Gaylard20-Nov-11 19:48
professionalWayne Gaylard20-Nov-11 19:48 
GeneralRe: Radian to Degrees Pin
internetuser2k1120-Nov-11 21:38
internetuser2k1120-Nov-11 21:38 
GeneralRe: Radian to Degrees Pin
Wayne Gaylard20-Nov-11 21:47
professionalWayne Gaylard20-Nov-11 21:47 
GeneralRe: Radian to Degrees Pin
internetuser2k1120-Nov-11 22:19
internetuser2k1120-Nov-11 22:19 
GeneralRe: Radian to Degrees Pin
internetuser2k1120-Nov-11 21:46
internetuser2k1120-Nov-11 21:46 
GeneralRe: Radian to Degrees Pin
Wayne Gaylard20-Nov-11 22:10
professionalWayne Gaylard20-Nov-11 22:10 
I think you are getting confused between Sin and radians.
The Sin of 8 degrees is 0.139173.
8 degrees converted to radians is 0.1396 radians.
The sin of 0.1396 radians is 0.139173, which matches the Sin of 8 degrees.
The sin of 8 radians is 0.98936, and 8 radians = 56.67 degrees.

With a calculator, if the Degrees radiobutton is selected, then the number the user enters is in degrees, and if the Radians radiobutton is selected the number they enter is in radians. So, if degrees is selected and the user enters 8, then the user means 8 degrees.

What you are doing is getting the sin of 8 Radians and converting it to degrees, then comparing that to the sin of 8 degrees. I hope you see now.
When I was a coder, we worked on algorithms. Today, we memorize APIs for countless libraries — those libraries have the algorithms - Eric Allman

GeneralRe: Radian to Degrees Pin
internetuser2k1120-Nov-11 22:18
internetuser2k1120-Nov-11 22:18 
QuestionString Pin
internetuser2k1120-Nov-11 0:43
internetuser2k1120-Nov-11 0:43 
AnswerRe: String Pin
Wayne Gaylard20-Nov-11 3:26
professionalWayne Gaylard20-Nov-11 3:26 
QuestionSource Code Pin
internetuser2k1120-Nov-11 0:40
internetuser2k1120-Nov-11 0:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.