calculating nth root in max

lukhasj's icon

hi my question would be how to calculate nth root in max??

lukhasj's icon

lol so it did send after all

José Manuel Berenguer's icon
lukhasj's icon

is there any signal approach?

mcartwright's icon

use the [pow~] object with the same approach (i.e. a signal of 1/n
into the left inlet (the exponent inlet))

mark

On 4/1/07, lukas wrote:
>
> is there any signal approach?
>

Owen Green's icon

lukas wrote:
> is there any signal approach?

Yes, use pow~.
--
Owen

lukhasj's icon

apreciated:)