Function
EN
Version 1.90
@Log
Float
List
Mathematics
NUMBER
Syntax
@Log(FN1);
@Log(FNLIST1);
Description
Calculates the base-10 logarithm of FN/FNLIST FN1/FNLIST1.
Example: @Log(FN1)
FN1:=1;
@Log(FN1);
returns 0
Example: @Log(FNLIST1)
FNLIST1:=0.5:1:2;
@Log(FNLIST1);
returns -0.301029995663981;0;0.301029995663981
Note : This text was machine-translated and may contain inaccuracies.
