The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
MOD function on HP Prime, in programming mode
03-19-2015, 02:41 PM
Post: #1
MOD function on HP Prime, in programming mode
The mod function is working normaly on the HP Prime.
When I run this small test it prints not the reminder, but
360001.5.

What is doing wrong?

EXPORT test()
Begin
Local J;
J:=(360*1000+1.5 mod 360);
Print(J);
End;

Cheers,

Jan Kromhout
Hellevoetsluis-NL
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
MOD function on HP Prime, in programming mode - Powersoft - 03-19-2015 02:41 PM



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