Hunter Goldstein

Results 1 comments of Hunter Goldstein

One problem is that `Float` requires `Copy`, which is a bit of an issue as `BigInt` cannot be `Copy`'d. EDIT: In addition I guess you could represent `nan` and `inf`...