cc:  [email protected]  [email protected]
Subject: Re: Re: [ast-users] [ast-developers] Fwd: Floating point oddities with 
 pow()? Accuracy problem?
--------


My concern with _Decimal is not the I/O which I am sure that we could
add, but I don't know the rules with float and decimal are mixed.
For example, suppose we have
        decimal d
        float f
        integer i


        What is d*i and what type is it?
        What is d*f and what type is it?
        Does d/i do integer division?
        Does d/d do integer division?
        What about the math functions?  Is there a sin(d) function?


David Korn
[email protected]
_______________________________________________
ast-users mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-users

Reply via email to