amazon-ion / ion-go

A Go implementation of Amazon Ion.
https://amazon-ion.github.io/ion-docs/
Apache License 2.0
175 stars 31 forks source link

Implement missing cases for Float #132

Closed therapon closed 3 years ago

therapon commented 4 years ago

Implement

R-maan commented 4 years ago

The current state of library handles these special floats. Test in binary writer - test in binary writer Test in text reader - test in text writer

Also the test on ion-test repository which tests [+inf -inf NaN]: floatSpecials.ion