View source: R/base_converters.R
binary_to_decimal | R Documentation |
Binary to Decimal converter
binary_to_decimal(bin)
bin |
A single binary number as a string - nchar(bin) <= 54 |
A single decimal number as a string
binary_to_decimal('1001100')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.