Post Reply 
Mixed-base division, getting a decimal?
04-13-2015, 12:13 PM (This post was last modified: 04-13-2015 12:26 PM by DrD.)
Post: #4
RE: Mixed-base division, getting a decimal?
Approx() saves typing two characters overall. However, you asked, "but is there a way to "see" the decimal result of a division when you specify the bases?"

The B→R() function pretty clearly displays the taking of an existing radix to base 10, to "show" both the integer and fraction parts resulting from decimal division. Neither method uses any time, as a practical matter, since both report 0_s with TEVAL(), on the emulator.

For didactic purposes, B→R() may be more informative than approx(). Students may also need to know about fractional parts in ANY radix, which these two methods do not address.

-Dale-
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Mixed-base division, getting a decimal? - DrD - 04-13-2015 12:13 PM



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