Function EN Version 1.90

@Ln

Float List Mathematics NUMBER

Syntax

@Ln(FN1);
@Ln(FNLIST1);

Description

Calculates the natural logarithm of FN/FNLIST FN1/FNLIST1.

Example: @Ln(FN1)

FN1:=1;
@Ln(FN1);

returns 0

Example: @Ln(FNLIST1)

FNLIST1:=0.5:1:2;
@Ln(FNLIST1);

returns -0.693147180559945:0:0.693147180559945

Note : This text was machine-translated and may contain inaccuracies.