A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [RESOLVED] inverse trig?

  1. #1
    cre8ive
    Guest

    resolved [RESOLVED] inverse trig?

    Does any one know how to compute inverse trig functions??

    cre8ive www.especio.com

  2. #2
    Junior Member
    Join Date
    Mar 2000
    Posts
    20

    Smile

    i would simply use newtons law for figuring out the root

    n - ((n*n - yourVariablehere)/(2*n))

    as far as finding tan^-1, stick with the Taylor function, I tried using the likes of the cosine therum and such but now luck, you will have to manually type out the Taylor function

    n-((n^3)/3)+((n^5)/5)-((n^7)/7)... ...((n^35)/35)

    enjoy
    if you wish to see trig and algebra in action go to my site http://www.thirtytwoteeth.com and follow the "trig" link

    if you have any further questions you can email me direct


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center