atof


converts a string to floats

atof

atof(expr)

Returns a list of floating whose ASCII expression expr.
Example:
atof("1.1,1.2 1.3,1.4") returns (1.1,1.2,1.3,1.4).

atof(f)

Retourne the ascii codage of float f<>b>.
Examples:
atoi(1.2); returns "1.2"
atoi(1.2,-3); returns "1.2 -3"