exponent - ObjectVision/GeoDMS GitHub Wiki
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