R = log1p(M)
| Paramètre | Description |
|---|---|
| M | a variable |
| Paramètre | Description |
|---|---|
| R | result of log(1 + x) accurately for small values of x. |
log1p computes log(1 + x) accurately for small values of x.
x = [1+i,-i;i,2i];
r = log1p(x)
| Version | Description |
|---|---|
| 1.0.0 | version initiale |