mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
This change how the json formatter handle float and adds double support. float and double conversion will throw exceptions when try to convert inf or nan. It also contains tests for both float and double including inf, -inf and nan for both float and double. Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>