Reaktor/Modules/Power, x^y

< Reaktor/Modules/Math

x^y = x in y-th power. This is how you calculate normal numbers:

1^3 = 1*1*1 = 1, 2^3 = 2*2*2 = 8, 3^3 = 3*3*3 = 27,

1^2 = 1*1 = 1, 2^2 = 2*2 = 4,

or when x^y, you multiply x y-times with x.