Skip to main content
Version: Streamsheets 3.0

BIN.TO.FLOAT

Converts a binary number to a floating point number. Floating point numbers are represented as a 32bit-IEEE-754 number.

Syntax

=BIN.TO.FLOAT(Number)

Arguments

NameTypeDescription
NumberNumberThe binary number to convert.

Return

TypeDescription
Number or ErrorThe floating point number or a #NUM! error if given number is not a valid binary number.

Examples

FormulaResultComment
=BIN.TO.FLOAT("01000000010010010000111111011011")
3.1415927410125732421875converts binary number 01000000010010010000111111011011 to floating point number