Re: A86: Question on OP1.


[Prev][Next][Index][Thread]

Re: A86: Question on OP1.



In a message dated 97-10-30 19:57:54 EST, you write:

> 
>  Using _inputExpr If the user inputs "0.23" or ".23" are they stored the
>  same way in OP1  If so is it with the first BCD being "0" and the exponent
>  being "EE -1"?
>  Or the first BCD being "2" and what exponent?
>  
>  Andres
>  

_inputExpr simplifies the expression first, so no matter what you typed
("0.23",".23",".1+.13", etc.) it would always evaluate it at 2.3ee -1, and it
would store it that way.

~Steve