Scientific Calculator

(public) shiwei/log2

By shiwei ryan

Base-2 log of x

var log2 = function(x) {
var res = ln(x)/ln(2);
res;
}

spam? | offensive?

0 Comments

Sign in to leave a comment