Log10(value)


Closed Thread
Results 1 to 3 of 3

Thread: Log10(value)

  1. #1
    Join Date
    Jun 2006
    Location
    Greece
    Posts
    302

    Default Log10(value)

    I want to use the below code but i don't know how to use the Log.
    Any help;

    adval var word
    volt var word

    adval = ADIn 0
    adval = (adval */ 500)>>2

    Volt = log(adval)

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by savnik View Post
    I want to use the below code but i don't know how to use the Log.
    Volt = log(adval)
    Which version of PBP has the LOG function in it?

    http://www.picbasic.co.uk/forum/show...ight=logarithm

  3. #3
    Join Date
    Jun 2006
    Location
    Greece
    Posts
    302


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by skimask View Post
    Which version of PBP has the LOG function in it?

    http://www.picbasic.co.uk/forum/show...ight=logarithm
    Because there isn't LOG function in PBP i ask how to calculate.
    The old site don't help me.

Members who have read this thread : 1

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