how to calculate sin angle in right angle triangle in VB
sin angle calculation in vbhow to calculate sin angle in right angle triangle in VB
Page 1 of 1
2 Replies - 6506 Views - Last Post: 21 March 2009 - 09:24 AM
Replies To: sin angle calculation in vb
#2
Re: sin angle calculation in vb
Posted 21 March 2009 - 04:12 AM
Having trouble with the formula or the input/output into the formula?
#3
Re: sin angle calculation in vb
Posted 21 March 2009 - 09:24 AM
Use the Sin() Function like this:
Just keep in mind that the parameter is expected in radians.
Dim result as Double result = Sin(3.14) MsgBox Str(result)
Just keep in mind that the parameter is expected in radians.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote



|