Many thanks
Ferdinando
Il 29/06/2022 23:28, Neil Dennis ha scritto:
This just comes down to math:
You can calculate the log of any base if you have log of any other base.
4D has the command Log (which is a natural log based on e… 2.718 etc). We can
use it to convert logs to any base.
If you
This just comes down to math:
You can calculate the log of any base if you have log of any other base.
4D has the command Log (which is a natural log based on e… 2.718 etc). We can
use it to convert logs to any base.
If you want log base 10 do the following:
$x:=100
$log:=Log($x)/Log(10)
ALERT(
Hi All,
I need to calculate a logarithm on base 10 of one number.
Someone know tha 4D Command that i can use?
Thanks
Ferdinando
**
4D Internet Users Group (4D iNUG)
New Forum: https://discuss.4D.com
Archive: http://lists.4d.
3 matches
Mail list logo