[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNU-COBOL] math library questions
Matthew Fischer wrote :>
> This is directed to Chad, but the rest of you may have some input.
> In the math library:
> --Do we need to be able to init using a u.long, long, or double???
No, since we want to be able to represent the total range of a COBOL nubmer.
A string would be fine.
> --Do we need the automatic file I/O, or is conversion to a string enough.
> I can easily make it so that the number in the CobolMath struct is
> directed into a file, since the MP library does this already. It is
Just return a string of the value, then I will do with it as I see fit. =)
HTH,
--
Chad Slaughter -- slaught at umr.edu
<PGP public key available upon request>
--
This message was sent through the gnu-cobol mailing list. To remove yourself
from this mailing list, send a message to gnu-cobol@acm.cs.umr.edu with the
words "unsubscribe gnu-cobol" in the message body. For more information on
the GNU COBOL project, send mail to gnu-cobol-owner@acm.cs.umr.edu.