Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Source:

rowNumX
1-2
21
30
41
52
63
74
85

Transform:

D code

derive type:single value: EXP (X) as: 'expX'


D code

derive type:single value: LN (expX) as: 'ln_expX'


D code

derive type:single value: LOG (X) as: 'logX'


D code

derive type:single value: POW (10,logX) as: 'pow_logX'



Results:

In the following, (null value) indicates that a null value is generated for the computation.

...