BinToFloat32 ( binary )
Convert a float32 (IEEE-754) formatted binary string to a decimal number.
Average rating: 4.1 (20 votes) Log in to vote
Jake DeGroot - Show more from this author |
BinToFloat32 ( "00111111100000000000000000000000" )
BinToFloat32 ( "10111110100000000000000000000000" )
BinToFloat32 ( "01000000100110000111101011100001" )
BinToFloat32 ( "11000011000110010011100111010010" )
1
-.25
4.675
-153.22586
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Requires BaseConvert (http://www.briandunning.com/cf/901) and BinToFracDec (http://www.briandunning.com/cf/1878)
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.