How to do arcsine with Pic Basic Pro?


Closed Thread
Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default Re: How to do arcsine with Pic Basic Pro?

    Dave
    Always wear safety glasses while programming.

  2. #2
    Join Date
    Mar 2011
    Location
    Los Angeles, California
    Posts
    322


    Did you find this post helpful? Yes | No

    Default Re: How to do arcsine with Pic Basic Pro?

    Thanks Dave and I must be either incredibly dense or just plain stupid as I still do not understand. At first glance it looks like tables rather than a math formula? Is there an actual formula for arcsine?

  3. #3
    Join Date
    Feb 2011
    Posts
    60


    Did you find this post helpful? Yes | No

    Default Re: How to do arcsine with Pic Basic Pro?

    COS = SQR(16129 - SIN^2)

    ANGLE= COS ATN SIN

    COS & SIN ARE BRAD NUMBERS HERE, NOT FUNCTIONS
    TWO SOLUTIONS -- COS COULD BE POSITIVE OR NEGATIVE.

    http://www.harbornet.com/sunflower/sunrun.pbp

    SEARCH FOR -- Get_Path:

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

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