Hi there,
I just realized that the pow() function is missing from Math operators. It would be handy to have it, since we will need to perform operations that are not possible to do just with A*A (for example, non integer powers)
Best,
Darien
Hi there,
I just realized that the pow() function is missing from Math operators. It would be handy to have it, since we will need to perform operations that are not possible to do just with A*A (for example, non integer powers)
Best,
Darien
Hi @Darien.Brito,
as it would need another parameter or reference to a attribute to specify the exponent, it’s in the Math Combine and Math Mix. You feel like it should also be in Math?
cheers
Markus
Hi Markus,
Sorry! I completely missed that it already exists in those nodes, because is written as A**B while I was looking for pow(A, B).
May I suggest to rename it to pow(A ,B)?
I think perhaps having it in Math Combine and Math Mix would be sufficient. Not sure if it is worth to add one extra parameter to the Math node just to support this one function.
Best,
Darien