Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help me out:)
Message
From
26/10/2001 08:29:21
 
 
To
26/10/2001 08:09:52
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00573566
Message ID:
00573581
Views:
24
Thank you so much!


>>Hi guys
>>
>>help me out
>>
>>if 2^x = y, then x = ?
>>
>>thank you
>
>
>2^x = y
>
>Taking logs on both sides (I will use natural logarithms, but any base will do):
>
>ln 2^x = ln y
>
>The left side can be changed, using standard properties of logarithms:
>
>x ln 2 = ln y
>
>Now, you only require the most basic algebra to change this to:
>
>x = ln y / ln 2
>
>In VFP:
>
>x = log(y) / log(2)
>
>
>HTH, Hilmar.
>
>BTH, I suggest to use more meaningful titles.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform