BinToFracDec ( bin )
Convert a binary fraction to a fractional decimal.
Average rating: 4.3 (16 votes) Log in to vote
Jake DeGroot - Show more from this author |
Sample input:
FracDecToBin ( ".101" )
FracDecToBin ( ".000110011001100" )
FracDecToBin ( ".000110011001100" )
Sample output:
.625
.1
.1
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Requires BaseConvert: http://www.briandunning.com/cf/901
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.