I’m currently building an app with Glide and I’m trying to use an exponential function in my calculations (like EXP(x) or e^x). I’ve explored the available computed columns, but I haven’t found a way to implement this directly.
Does anyone know how to achieve this in Glide? Is there a specific formula, a trick using JavaScript columns, or another method to calculate exponential values?
You could go for that one too. But it’s an overkill don’t you think?
In addition to the @Tri_Trinh’s link, if the point is the e function more than the exponent, here’s an option using - indeed - JavaScript (as an alternative of Excel’s one):