digit( 100 ) ; // 桁数を100 桁に設定 varfloat v1 = 10.0vf ; varfloat v2 = 3.0vf ; varfloat v3 = v1 / v2 ; // 100 桁で除算を行う print( v3 ) ;