"^" not exponent in HISE? What is it?
-
I'm used to ^ meaning exponent, but it is something else here in HISE.
I also tried ** as exponent, like in JavaScript but that does not work either.
Is there some other symbol for exponent in HISE?
Otherwise I am stuck using iterative multiplication in a loop to make exponents. -
@VirtualVirgin Math.pow
-
@Christoph-Hart Thanks!
It it a folly that I missed that!