Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow C and Java native text spellings of NaN and infinities (#409)
C's printf doesn't output mixed case, while Java's Double.valueOf and Double.toString parse/output only `Infinity`, not `Inf`. Rather than requiring special-case code for both input and output in both languages, relax the VCF specification to allow NAN/INF/INFINITY case-insensitively. (Add "IEEE-754" to be specific and to improve the line breaks.)
- Loading branch information