June 6, 201510 yr if the log function returns the following results: Log(1) returns 0Log(10) returns 1Log(100) returns 2Log(1000) returns 3etc. What function/calculation can I use to get the following results? 0 returns 11 returns 102 returns 1003 returns 1000etc. Edited June 6, 201510 yr by HALBURN
June 6, 201510 yr Author Never mind, I understand what you mean now. 10^MyInputValue so if my input was 2 10^2=100 Thank you! Edited June 6, 201510 yr by HALBURN
Create an account or sign in to comment