Hi,
I need a logarithm function with the base of 2. I checked the manual and there is only the logarithm with the base of e and 10.
What I'm looking for is something like that
log(base, x) Log to "base" of "x". -> for instance log(2, 2048)
Is there something like that in C2 or do I need to make a own function Ashley ?
Thank you!