exponent - ObjectVision/GeoDMS GitHub Wiki

Transcendental functions exp(onent)

syntax

  • exp(exponent)

definition

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).

applies to

  • data item with float32 or float64 value type

example

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

⚠️ **GitHub.com Fallback** ⚠️