WP 34S Modulo Bug
|
06-22-2014, 08:41 PM
Post: #32
|
|||
|
|||
RE: WP 34S Modulo Bug
Also for the record: The <voice at awe-struck whisper>HP-71</voice> has THREE different modulo/remainder-type functions:
MOD(x,y) = x-y*INT(x/y) = "x reduced modulo y" RMD(x,y) = x-y*IP(x/y) = "remainder of x/y" RED(x,y) = "reduction of x by y, that is x-y*n, where n is the nearest integer to x/y" MOD(-4,2) --> 0 RMD(-4,2) --> -0 RED(-4,2) --> -0 None return 2. <0|ΙΈ|0> -Joe- |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)