Post Reply 
Problem with polar_coordinates()
03-12-2018, 06:02 PM (This post was last modified: 03-12-2018 06:58 PM by Lamas.)
Post: #1
Problem with polar_coordinates()
Bonjour,

Windows 10 Pro Rev : 1709
HP Prime virtual calculator Build 2018 1 24 Rev : 13333

iPhone IOS V : 11.2.6
IOS HP Prime V : 1.4.1.13513

Problem with polar_coordinates() (in degree mode)

Functions Library extract …
------------------
// Conversion R-P
EXPORT rp(X,Y)
BEGIN
M0:=polar_coordinates(X,Y);
MSGBOX(X) ;
MSGBOX(Y) ;
MSGBOX(M0) ;

RETURN(M0) ;
END ;
------------
This function works on iPhone with keyboard input (X, Y and M0 msgboxes are OK).
This function does not work in program mode with iPhone, (M0 stay [0,0] with msgbox).

The same program work exhaustively with HP Prime virtual calculator on my desktop without any problem.

Is there a bug on the new IOS HP Prime or there is a problem with my function. (With old IOS HP Prime version, funtion worked correctly).
I have uninstalled and installed IOS HP Prime, switched off an on IOS device several times without change.

Thanks a lot for your attention
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Problem with polar_coordinates() - Lamas - 03-12-2018 06:02 PM
RE: Problem with polar_coordinates() - DrD - 03-16-2018, 02:04 PM



User(s) browsing this thread: 1 Guest(s)