summaryrefslogtreecommitdiff
path: root/BUGS
blob: 3a0266d0213caf8ae5e264f0a5d49ea751bfd720 (plain)
1
2
3
4
5
- No checks are made for intermediate overflows, which may occur
  in the middle of the algorithms although the final result
  may be representable.
- Correct handling of special values (Nan, infinities) is
  postponed to a later version.