You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the following query from documentation examples on PostgreSQL server 9.6.15, 10.10 and 11.5 and PostgreSQL client 10.10:
SELECT theta( strans '20d,30d,40d,XZY' ) *180/ pi() AS theta;
For each case I've obtained wrong result, moreover two consecutive executions sometimes give different results, for instance 2.66762880858253e-308 and 2.66762880856011e-308. I've run tests on 9.6.15 as described in readme, they've passed.
The text was updated successfully, but these errors were encountered:
I tried the following query from documentation examples on PostgreSQL server 9.6.15, 10.10 and 11.5 and PostgreSQL client 10.10:
For each case I've obtained wrong result, moreover two consecutive executions sometimes give different results, for instance
2.66762880858253e-308
and2.66762880856011e-308
. I've run tests on 9.6.15 as described in readme, they've passed.The text was updated successfully, but these errors were encountered: