Variables
	float64 x in [0.0, 10.0];

Expressions
	my_sqrt rnd32 = ((( (1.0 + (0.5*x)) - ((0.125*x)*x)) + ((0.0625*x)*x)*x) - ((((0.0390625*x)*x)*x)*x));
