Results 1 to 3 of 3

Thread: [RESOLVED] 1.2345 ^ x = 10000 , How to fast get value x

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2017
    Posts
    236

    Resolved [RESOLVED] 1.2345 ^ x = 10000 , How to fast get value x

    Hi, ALL ~

    3 ^ x = 81 --> x = 4

    1.00003 ^ x = 10000 ---> How to fast get value x

  2. #2
    The Idiot
    Join Date
    Dec 2014
    Posts
    2,721

    Re: 1.2345 ^ x = 10000 , How to fast get value x

    x=log(81)/log(3)

    x=log(10000)/log(1.00003) = 307015.95088

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jun 2017
    Posts
    236

    Re: 1.2345 ^ x = 10000 , How to fast get value x

    Quote Originally Posted by baka View Post
    x=log(81)/log(3)

    x=log(10000)/log(1.00003) = 307015.95088


    Super Good !!

    Thank You * 10000 !!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width