LN2 in JavaScript

function doMath(){
        var result = Math.LN2;
        document.form1.answer.value = result;
    }