tenth root in a vex function

   1214   1   0
User Avatar
Member
8 posts
Joined: May 2018
Offline
hi!

How can I compute the tenth root of a number with a function in Houdini?

thanks!
User Avatar
Member
471 posts
Joined: July 2005
Offline
Hi,

you can use pow(x, a) ~ x^a. The tenth root of a (positive) number x can be calculated as pow(x, 0.1)
Edited by Aizatulin - June 17, 2018 01:50:01
  • Quick Links