| << log10 | Elementary functions | log2 >> |
| R = log1p(M) |
a variable
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)
log.
| Version | Description |
|---|---|
| 1.0.0 | initial version |
Allan CORNET