Post Reply 
Solve App and ABS() and IP()
10-24-2015, 11:04 AM
Post: #2
RE: Solve App and ABS() and IP()
Replace every instance of IP() with hIP() where hIP() is defined:

Code:
EXPORT hIP(x)
BEGIN
 return IP(x);
END;

You will then get the correct answer. I believe your problem is because sometimes the calculator is deciding to use CAS to calculate the integer part. The program forces the calculator to use HOME for that calculation.

That should work in your other post with a similar issue but I haven't tried it.

-road
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Solve App and ABS() and IP() - cclinus - 10-20-2015, 12:53 PM
RE: Solve App and ABS() and IP() - roadrunner - 10-24-2015 11:04 AM
RE: Solve App and ABS() and IP() - cclinus - 10-24-2015, 03:28 PM



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