Question: convert(*, binary)

I have noticed the second item in Description in

 

http://www.maplesoft.com/support/help/Maple/view.aspx?path=convert/binary

 

The item is: 

“The binary number is returned as a base 10 number consisting of the digits 1 and 0 only.”

 

Does the existence of this item mean the following behavior will not be corrected ? ("10^(-6)" in the following should be "2^(-6)" .)

******************************************************

> convert(0.01,binary);

                                              -6
                               0.1010001111 10

> lprint(%); 

.1010001111e-6

>

 

Please Wait...