Post Reply 
MOD function on HP Prime, in programming mode
03-19-2015, 02:59 PM
Post: #2
RE: MOD function on HP Prime, in programming mode
(03-19-2015 02:41 PM)Powersoft Wrote:  EXPORT test()
Begin
Local J;
J:=(360*1000+1.5 mod 360);
Print(J);
End;
Are you trying to calculate J:=( (360*1000+1.5) mod 360); ?
Find all posts by this user
Quote this message in a reply
Post Reply 


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



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