Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
</body>
</html>
 
function log10(value){
  return -3 * (Math.log(value * 100)  / Math.log(0.001))  - 2;
}
for(var v = 0.001; v <= 10000000; v*=10)
  console.log( log10(v));
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers