■ 対数を使うには

onClipEvent(keyUp){
n = _root.src.text;
_root.result.text = Math.log(n);
}