Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Forth > Re: >FLOAT beha...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 7 of 8 Topic 3980 of 4053
Post > Topic >>

Re: >FLOAT behavior with null string

by "Ed" <nospam@[EMAIL PROTECTED] > Mar 30, 2008 at 01:14 PM

"Krishna Myneni" <krishnamyneni@[EMAIL PROTECTED]
> wrote in message
news:CtvHj.15797$%15.11063@[EMAIL PROTECTED]
>
> The specification of >FLOAT in DPANS94 suggests that it treat a string
> of blanks as a representation of zero (below). Common practice among
> Forth systems (pfe, gforth, bigforth) appears to extend this suggested
> behavior to  null strings as well, e.g.
>
> s" " >FLOAT
>
> returns a true flag on the stack, and fp zero on the floating point
> stack. Is there a strong argument for considering a null string to be a
> valid representation of fp zero. I would have implemented the conversion
> to return a false flag. Also, I don't much like the idea of treating a
> string of blanks as a valid representation for 0E either, but perhaps
> there was some valid reason for suggesting this behavior.

When I asked the same question once before, someone suggested
it derived from Fortran practice.

BTW a null string can be considered a substring of a blank string
- in which case the rule of returning fp zero would apply.  Thus the
"blanks" rule automatically resolves the situation for null strings.
(c.f. null strings in COMPARE SEARCH )

>FLOAT  is a primitive.  As such it has to cater for what is deemed
to be common practice in programming.  If an application doesn't
want empty or blank strings to return fp zero, it only has to test and/or
process the string beforehand.




 8 Posts in Topic:
>FLOAT behavior with null string
Krishna Myneni <krishn  2008-03-29 13:01:12 
Re: >FLOAT behavior with null string
Bruce McFarling <agila  2008-03-29 11:19:12 
Re: >FLOAT behavior with null string
Elizabeth D Rather <er  2008-03-29 08:22:04 
Re: >FLOAT behavior with null string
Krishna Myneni <krishn  2008-03-29 17:03:18 
Re: >FLOAT behavior with null string
mhx@[EMAIL PROTECTED] (M  2008-03-29 22:54:13 
Re: >FLOAT behavior with null string
Bruce McFarling <agila  2008-03-29 16:45:12 
Re: >FLOAT behavior with null string
"Ed" <nospam  2008-03-30 13:14:19 
Re: >FLOAT behavior with null string
Bruce McFarling <agila  2008-03-29 21:53:24 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri May 16 23:59:05 CDT 2008.