Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Log()
Message
 
 
To
07/08/2004 15:32:58
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Log()
Miscellaneous
Thread ID:
00931569
Message ID:
00931570
Views:
15
This message has been marked as the solution to the initial question of the thread.
Gunnar,
lnVal = 2^10
* LOGn(val) = LOGx(val)/LOGx(n)
? LOG10(lnVal) / LOG10(2)
? LOG(lnVal) / LOG(2)
<
>
>inb MS excel i can use log(1024, 2) to get 10 in order to reverse the 2^10=1024. in Vfp6 SP5 i have a log() and a Lof10() function. neither will allow me specify a base number (in this case 2).
>
>is there a way this is possible in vfp?
>
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform