Skip to content

"Standardize" printing of NaN, etc.

Latest

Choose a tag to compare

@hellige hellige released this 12 Jun 15:55
· 18 commits to master since this release

When printing JSON, au now emits NaN, Infinity and -Infinity rather than nan, inf, and -inf. (None of this is standard JSON, but these seem to be more widely accepted.) There is no change to the binary format.