How to do exponential calculation in eval()?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
bit
Posts: 38
Joined: Fri Feb 17, 2023 8:57 am

How to do exponential calculation in eval()?

Post by bit »

e.g.: calc 10^6 (1000000) in eval()
tried [eval:10**7]
pow() exp() not work.
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to do exponential calculation in eval()?

Post by void »

Currently, math functions are not support.

I will look into adding math functions to eval.

Thank you for the suggestion.
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to do exponential calculation in eval()?

Post by void »

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.
Post Reply