float*integer, i: 3.<return>
Paul Dufresne
dufrp at hotmail.com
Fri May 30 04:50:55 PDT 2003
I am happy with how Lee did incorporate my suggestion.
However it needs this (in numeric.slate?):
i@(Integer traits) * f@(Float traits)
[
(i as: Float) * f
].
f@(Float traits) * i@(Integer traits)
[
(i as: Float) * f
].
Also, I suspect the current readNumber to cause problems on line like this:
"
i: 3.
j: 4.
"
Because readNumber will try to read the mantissa after 3. because it expects
something like
3.1415.
_________________________________________________________________
MSN Search, le moteur de recherche qui pense comme vous !
http://fr.ca.search.msn.com/
More information about the Slate
mailing list