-
Notifications
You must be signed in to change notification settings - Fork 1
Logarithm
mtbeek32 edited this page Jan 31, 2024
·
6 revisions
Transcendental functions logarithm
- log(a)
log(a) is defined as ln(a) or elog a (natural logarithm).
log(a) results in null values for negative or zero values of data item a.
- data item with float32 or float64 value type
attribute<float32> lnA (ADomain) := log(A);
A | lnA |
---|---|
1 | 0 |
2 | 0.69 |
3.5 | 1.25 |
5 | 1.61 |
10 | 2.30 |
ADomain, nr of rows = 5
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.