pitrou commented on issue #36753:
URL: https://github.com/apache/arrow/issues/36753#issuecomment-2946420933

   Yes, that's alright. `1.2001953125` is actually the exact value that's 
stored in a float16, because `1.2` is not representable exactly:
   ```python
   >>> np.float16(1.2) == np.float16(1.2001953125)
   np.True_
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to