I’m wondering why the Ruby exponent operator ‘**’ doesn’t work in SketchUp. Makes for some very long formulas.
I can not tell you why they are implemented like this to the Dynamic Components extension, but the syntax for the “power” is :
POWER(base, power)
BTW:
The EXP function returns e
raised to the power of number.
EXP(number)
1 Like
Wow! Totally missed that one - was looking all over the docs - silly me!