concepts/
efun/
SYNOPSIS
	float to_float(int)
	float to_float(string)

DESCRIPTION
	Ints are expanded to floats, strings are converted up to the
	first character that doesnt belong into a float.

SEE ALSO
	to_string(E), to_int(E), sscanf(E)