function ketasu(num:Number):Array{ var keta:Number = Math.abs(Math.floor(num)).toString().length; return(new Array(keta,Math.pow(10,keta-1))); }