Hello!
I have a math problem :
2.5*(2^x) = 14
I'am looking for a math formula (with maxscript syntax) who permit to find x.
Maybe someone can help me, it's probably very easy, but i feel very unconfortable with math.
This formula is made to convert EV (exposure value) in LUX intensity. so i looking for the invert convertion.
Thank you!
Found!
x = log (2.5/14)/log 2
Sorry for this post litle bit out off topic.