Hinweis:Dieser Abschnitt ist nur in englischer Sprache verfügbar. Wir bitten um Ihr Verständnis.

3.5.1.1.25 Ln

Contents

Description

This function returns the natural logarithm of x.

Syntax

double ln( double x)

Parameter

x

can be any positive number you want to calculate the natural logarithm.

Return

Return the natural logarithm of x.

Example

aa = ln(1);
aa = ; //0
bb = ln(10);
bb = ; //2.302585092994

See Also

ln1p