program:
bigfloat main() { bigfloat ret = 1; ret /= 3; return ret; }
result: