Programming the INT and FRAC functions
|
01-05-2016, 06:52 AM
(This post was last modified: 01-05-2016 07:04 AM by Dieter.)
Post: #13
|
|||
|
|||
RE: Programming the INT and FRAC functions
(01-04-2016 07:45 PM)Didier Lachieze Wrote: On the HP-55 [→H.MS] [→H.MS] uses 4 steps (keystrokes are not merged) so it's one step longer, but it's better because [.] [5] [–] doesn't work with negative numbers. It depends – you might just as well say that it works even better. ;-) Using [.] [5] [–] yields a FLOOR function. This is the way "INT" is implemented in many computer languages: it returns the largest integer ≤ x. This way also a CEIL function could be added, since ceil(x) = –floor(–x). Dieter |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)