sqrtメソッド(Objectクラス) 平方根を得ます
平方根を得ます
例1
extends TextChar; while (1) { dx=x-$mouseX; dy=y-$mouseY; text=sqrt(dx*dx+dy*dy); update(); }