[BUG] GPU degreees function does not overflow #109
Labels
bug
Something isn't working
good first issue
Good for newcomers
SQL
part of the SQL/Dataframe plugin
Describe the bug
On very large numbers GpuToDegrees will not overflow and produce inf when the GPU version does. This appears to be an order of operations issues where the CPU version multiplies by 180 and then divides by pi, while we for performance reasons multiply by (108/pi). It should be a minor fix to make this work.
A python test is being added to reproduce this issue.
The text was updated successfully, but these errors were encountered: