Square root and to the power of

Hi Guys!

 

Is it possible to calculate with “power of” and “square root” in VC? I want to scale a geometry, but I need these two math operations.

^ and ** don’t work.

 

Sincerely me

Hy,

“power of” x<=> pow(x, 2)

“square root” of y <=> sqrt(y)

Regards

Feature

1 Like