Decimal floating point number to binary: Difference between revisions

m
link to wikipedia
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (link to wikipedia)
Line 2:
 
;Task:
Create a program that takes a decimal [floating point number][https://en.wikipedia.org/wiki/Floating-point_arithmetic#Floating-point_numbers] and displays its binary representation and vice versa: takes a floating point binary number and outputs its decimal representation.