e.g.: calc 10^6 (1000000) in eval()
tried [eval:10**7]
pow() exp() not work.
How to do exponential calculation in eval()?
Re: How to do exponential calculation in eval()?
Currently, math functions are not support.
I will look into adding math functions to eval.
Thank you for the suggestion.
I will look into adding math functions to eval.
Thank you for the suggestion.
Re: How to do exponential calculation in eval()?
Everything 1.5.0.1340a adds support for: [power:10,7]
I would like to avoid adding maths functions with floating point support in Everything 1.5.
power: will support integers only for now.
I would like to avoid adding maths functions with floating point support in Everything 1.5.
power: will support integers only for now.