Jump to content

This topic is 3550 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted (edited)

if the log function returns the following results:


Log(1) returns 0
Log(10) returns 1
Log(100) returns 2
Log(1000) returns 3
etc.


What function/calculation can I use to get the following results?

0 returns 1
1 returns 10
2 returns 100
3 returns 1000
etc.

Edited by HALBURN
Posted (edited)

Never mind, I understand what you mean now.

10^MyInputValue

so if my input was 2

10^2=100

 

Thank you!

Edited by HALBURN

This topic is 3550 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.