-
Notifications
You must be signed in to change notification settings - Fork 1
Exponent
mtbeek32 edited this page Jan 31, 2024
·
8 revisions
Transcendental functions exp(onent)
- exp(exponent)
exp(exponent) is defined as eexponent
exp(exponent) results in null values for the values of data item exponent for which the exp(onent) results are outside the scope of the value type (e.g. values above 88 for items of value type float32).
- data item with float32 or float64 value type
attribute<float32> expA (ADomain) := exp(A);
A | expA |
---|---|
1 | 2.71 |
2 | 7.39 |
3.5 | 33.12 |
5 | 148.41 |
10 | 22026.46 |
ADomain, nr of rows = 5
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.