Post Reply 
Bug with Integers
08-21-2015, 01:55 AM
Post: #13
RE: Bug with Integers
As pointed out above, you can't expect a long integer modulo 143 to return the correct result in Home, or in a Home program, because long integers aren't supported in Home.

Besides the manual entry in CAS, a CAS program works just fine, e.g.,

#cas
TEST(k,l):=
k^l MOD 143;
END;
#end

At first, coming from the 48/49/50 environment, I didn't like the CAS/Home dichotomy either, but I have now learned to appreciate it. For sheer number crunching, Home is ideal since CAS doesn't get in the way, and for everything else, I use the built-in command power of CAS, which makes most day-to-day math tasks a cinch!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Bug with Integers - Arno K - 08-20-2015, 09:07 PM
RE: Bug with Integers - Helge Gabert - 08-20-2015, 09:28 PM
RE: Bug with Integers - DrD - 08-20-2015, 09:59 PM
RE: Bug with Integers - Arno K - 08-20-2015, 10:06 PM
RE: Bug with Integers - Didier Lachieze - 08-20-2015, 10:31 PM
RE: Bug with Integers - Arno K - 08-21-2015, 12:02 AM
RE: Bug with Integers - Dieter - 08-21-2015, 10:16 PM
RE: Bug with Integers - Arno K - 08-20-2015, 10:04 PM
RE: Bug with Integers - DrD - 08-20-2015, 11:08 PM
RE: Bug with Integers - Arno K - 08-20-2015, 11:54 PM
RE: Bug with Integers - nlj - 08-21-2015, 12:00 AM
RE: Bug with Integers - Arno K - 08-21-2015, 12:09 AM
RE: Bug with Integers - nlj - 08-21-2015, 12:47 AM
RE: Bug with Integers - Helge Gabert - 08-21-2015 01:55 AM
RE: Bug with Integers - Arno K - 08-21-2015, 08:54 AM
RE: Bug with Integers - Marcus von Cube - 08-21-2015, 09:16 AM
RE: Bug with Integers - wawa - 08-21-2015, 09:35 AM
RE: Bug with Integers - Joe Horn - 08-22-2015, 02:04 AM
RE: Bug with Integers - Arno K - 08-22-2015, 06:43 AM
RE: Bug with Integers - nlj - 08-23-2015, 10:32 PM
RE: Bug with Integers - parisse - 08-21-2015, 11:09 AM
RE: Bug with Integers - Arno K - 08-21-2015, 03:14 PM
RE: Bug with Integers - DrD - 08-21-2015, 11:53 AM



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