HP Forums
possible bug in plar_coordinates() in CAS - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: possible bug in plar_coordinates() in CAS (/thread-18288.html)



possible bug in plar_coordinates() in CAS - mhuth1776 - 04-22-2022 02:32 AM

In CAS, with exact mode and degrees, polar_coordinates(1,1) returns the expected sqrt2 and 45.00000E0
Unchecking exact in the CAS settings returns [1.414214E0 785.3982E-3] ie. the angle is in Radians.

This works the same on the Windows simulator (latest version) and on the G2 ith the latest firmware.

The function works as expected in home view.


RE: possible bug in plar_coordinates() in CAS - parisse - 04-23-2022 11:01 AM

Indeed, this bug is already fixed in the CAS source tree.


RE: possible bug in plar_coordinates() in CAS - mhuth1776 - 04-23-2022 07:39 PM

Thanks, parisse.

Good to know.