Opened 16 years ago
Closed 16 years ago
#169 closed task (fixed)
front end and symbolic need to use BigRational, BigInteger
| Reported by: | Stephen Siegel | Owned by: | ywei |
|---|---|---|---|
| Priority: | major | Milestone: | Release 1.0 |
| Component: | multiple | Version: | 1.0 |
| Keywords: | BigInteger, BigRational | Cc: |
Description
The front end and the symbolic modules need to be switched over to use BigInteger and BigRational for literal values. No more floats, doubles at all. I have changed a little bit in the symbolic interface already. This is for the v1.0 branch.
Change History (3)
comment:1 by , 16 years ago
| Status: | new → accepted |
|---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
Done. Check out the v1.0 branch.
Note:
See TracTickets
for help on using tickets.

Some classes in the model package needs modification too. For example, the literalExpression() method in ModelFactory should take BigInteger and BigRational as argument instead of int and double.