Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Log()
Message
 
 
À
07/08/2004 15:32:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: Log()
Divers
Thread ID:
00931569
Message ID:
00931570
Vues:
13
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform