Fractional Base Conversions

Description:Set of programs that convert between integers and numbers in fractional base. The program I->FBL expects an integer n on level 3, the numerator p on level 2 and the denominator q on level 1. The program returns a list of integers representing the digits of n in base p/q, in standard order (units on the right, highest powers on the left). For example, if the level 3 argument is 15, level 2 is 3 and level 1 is 2, the result is { 2 1 0 1 0}, the digits of 15 in base 3/2.
Filename:fracbase.zip
ID:9425
Author:John Keith
Downloaded file size:2,865 bytes
Size on calculator:1 KB
Platforms:49/50 48  
User rating:Not yet rated (you must be logged in to vote)
Primary category:Math/Misc
Languages:ENG  
File date:2022-10-03 17:57:39
Creation date:2022-10-03
Source code:Included
Download count:84
Version history:2023-05-14: Added to site
Archive contents:
  Length      Date    Time    Name
---------  ---------- -----   ----
      252  2022-10-03 17:57   fracbase.48
      258  2022-10-03 17:57   fracbase.49
     6901  2022-10-03 17:57   fracbase.html
---------                     -------
     7411                     3 files
User comments:

No comments at this time.

You must be logged in to add your own comment.


Part of the HP Calculator Archive,
Copyright 1997-2024 Eric Rechlin.