■ 円周率や平方根を利用するには

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