PASCAL2JAVASCRIPT

平成29年10月21日(土曜日)

PASCAL TO JAVASCRIPT

div -> f = wf / 10 | 0; //除算

sin -> Math.sin(x)

trunc -> Math.trunc()