Post Reply 
atan2() Storing symbolic expression into numeric only vector object *Error*
09-04-2018, 12:28 AM (This post was last modified: 09-04-2018 12:38 AM by Tim Wessman.)
Post: #4
RE: atan2() Storing value into a vector *Error*
Apparently it is.... looks like the CAS author added it in his parser at rev 13787.

Wouldn't you need to separate your argument into 2 inputs?

When I do that and run the debugger on your progam, I discover that you get back a symbolic object of 'ATAN(...)' which isn't a valid input into a vector. You need to evaluate that to a number.

Put EVAL( ) around your atan2 call.

TW

Although I work for HP, the views and opinions I post here are my own.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: atan2() Storing value into a vector *Error* - Tim Wessman - 09-04-2018 12:28 AM



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