floatstr() question

Pavel Curtis (pavel@parc.xerox.com)
Tue, 13 Feb 1996 15:19:38 PST


slayer@kaiwan.com writes:
> but if I type this:
> ;floatstr(1.0,-50)
> 
> I get a string that can go over the maximum digits allowed:
> => "1.00000000000000000000000000000000000000000000000000"

This is a bug; negative numbers here should raise an error.  I'll fix this in
beta3.

	Pavel