---
title: "log (Opus Funktion)"
---
### Beschreibung

Berechnet den natürlichen Logarithmus einer Zahl ( ln(x) );

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
|  | [float](../../standard-datentypen/float.md) | Beliebige Zahl |

### Rückgabewert [float](../../standard-datentypen/float.md)

Natürlicher Logarithmus des Argumentes

### Beispiel

```
Result = log(2.5);
```

### Siehe auch

[exp](exp-opus-funktion.md)

[log2](log2-opus-funktion.md)

[log10](log10-opus-funktion.md)
