Replies: 1 comment 1 reply
-
|
That's a bug, thanks for flagging. I will send a patch in a moment. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create uniform spaced array of angles from 0 to Pi but I'm running into a precision issues. The arrays that I'm creating are being reported as
float32andfloat64respectively.This produces the output
However, when I compare these values against what I calculate manually, it appears the array that reports its type as
float64actually contains values which arefloat32.I get the result showing the
float64arrays has values identical to the single precision values.Beta Was this translation helpful? Give feedback.
All reactions