On February 26, 2006 11:45 AM Vanuxem Grégory wrote:
> 
> Is it possible to avoid this compiler coercion ?
> 
> The code is:
>         R ==> DoubleFloat
>         two4: R := 24.0
>         fourty: R := 40.0::R
>         exp40: R := 235385266837019985.41::R
> 

It is not necessary to write this as a coercion. Try

  float(23538526683701998541,-2,10)$DoubleFloat

'float' is the function defined in the domain DoubleFloat
that is analogous to the one in Float.




_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to