Welcome to Dream.In.Code
Getting VB.NET Help is Easy!

Join 118,309 VB.NET Programmers for FREE! Ask your question and get quick answers from experts. There are 1,691 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



Inverse Sin Cos and Tan

 
Reply to this topicStart new topic

Inverse Sin Cos and Tan

SNOOPLE
post 2 Aug, 2008 - 09:37 PM
Post #1


New D.I.C Head

*
Joined: 26 Jul, 2008
Posts: 7

hey i need help for the inverse of sin cos tan
ive tried multiple times and today is my last day before its due

CODE
Private Sub TAN_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles TAN.MouseDown
        TAN.Hide()
        Dim temp As String = TextBox1.Text
        If IsNumeric(temp) Then


            Dim value As Double = CDbl(temp)
            Dim rvalue As Double = ConvertToRadians(value)
            Dim result As Double = Math.Tan(rvalue)
            TextBox1.Text = result.ToString
        End If


thats my code for tan that works smile.gif
if theres something i can do to that, that will make inverse work
it'll be really good
thanks
User is offlineProfile CardPM

Go to the top of the page


PsychoCoder
post 3 Aug, 2008 - 12:07 AM
Post #2


using DIC.Core;

Group Icon
Joined: 26 Jul, 2007
Posts: 7,871



Thanked 80 times

Dream Kudos: 8050

Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, GDI, Boo.Net

My Contributions


Moved to VB.NET smile.gif
User is online!Profile CardPM

Go to the top of the page

WayneSpangler
post 3 Aug, 2008 - 02:52 AM
Post #3


D.I.C Head

**
Joined: 22 Mar, 2008
Posts: 90



Thanked 7 times
My Contributions


Math.Asin(Double)
Math.Acos(Double)
Math.Atan(Double)
User is offlineProfile CardPM

Go to the top of the page

SNOOPLE
post 3 Aug, 2008 - 05:23 AM
Post #4


New D.I.C Head

*
Joined: 26 Jul, 2008
Posts: 7

mm so i plug that in where i had the tan one before?
User is offlineProfile CardPM

Go to the top of the page

WayneSpangler
post 3 Aug, 2008 - 02:00 PM
Post #5


D.I.C Head

**
Joined: 22 Mar, 2008
Posts: 90



Thanked 7 times
My Contributions


yes
User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 10/10/08 11:44AM

Live VB.NET Help!

VB.NET Tutorials

Reference Sheets

VB.NET Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month