
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
exponential expression in function
Hello dear community,
i it possible to use exponential expressions in functions (diagrams, tables etc. ?)
var2^2 is not working.
The community search didnt bring up anything besides exponetially formatted numbers (f.e. 123e2)
After a search for exponent or similar, the reference manual only mentions exp(), but this one is based on log e and returns not the desired results.
Also, the syntax is (as always) only mentioned rudimentary.
Is it possible to use exponent expressions ? If so, how ?
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You're probably looking for pow: pow(x,y)
talk is cheap, supply exceeds demand

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You're probably looking for pow: pow(x,y)
talk is cheap, supply exceeds demand

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Gysbert Wassenaar wrote:
You're probably looking for pow: pow(x,y)
Yes, that works. The reference manual was not that helpfull there.
exp() seemed to be the right one, but uses "e" as a base value, so you can only insert the exponen.
At pow() the word "exponent" wasnt even mentioned.
"Returns x to the power of y." makes only sense in hindsight to me. power ?
pow(value, exponent) would have been more helpfull.
explaining the function with more than 10 words each would be extremely helpfull. maybe at least 3 sentences.
