06-29-2023 05:05 AM
Hello everyone,
I am doing a project with DIAdem but I can only use the DAC window. I just wanted to know if is there any way to compute a logarithm with a base different fromo 10 or 'e', because I have not been able to do it with the Formel block. If some one knows if it is possible and which is the used syntax I would be really grateful.
06-30-2023 03:10 AM
Hi Iturum,
the formula to calculate a logarithm to any base is
loga(b) = lg(a)/lg(b) or
loga(b) = ln(a)/ln(b)
Hope that helps.
Regards
Rainer