digit( 100 ) ; // Set the number of digits of varfloat type variables varfloat v1 = 10.0vf ; varfloat v2 = 3.0vf ; varfloat v3 = v1 / v2 ; // Perform division in the precision of 100 digits print( v3 ) ;