From: Leon N M. <leo...@gm...> - 2010-09-30 14:23:34
|
> > bl parse 7.77854e-12 >float fs. > > 7.1231794E-12 ok Like I said, 7.77854e-12 will give you a funky answer becasue 77854 > 32767 -- it can't fit in a regular integer. The top of the stack should be TRUE or FALSE (depending on whether it could do the coversion or not), so I'm a little surprised you get this answer without a '.' before 'FS.'. Yesterday I uploaded a small change without testing it (the code to handle e,E,d,D) -- maybe that's causing a problem too. -Leon |