Reply to comment

Log -> Log2

Most computer languages don't have a log2 function, but you can convert all logs doing the following:

log( x, base ) = log(x) / log(base)

It works regardless of what the base of the log function you're using. Whether it's natural log or log10.

Reply

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <h3> <h4> <p> <br/><img> <a> <em> <strong> <cite> <code> <ul> <ol> <li>
  • Lines and paragraphs break automatically.
  • You may post PHP code. You should include <?php ?> tags.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options

Adverts

Adverts