Hi Damon,
I want to store in dgraph floats like 0.0000001234 and I expect to get it from dgraph as 0.0000001234 (or 1.234000e-07) and not like 0.0.
And now I have to store 2 predicates with string and float types, because dgraph doesn’t allow to return floats in at least scientific notation :c.
I know issues with storing float values, but my topic meant “how dgraph returns float value to users”.