Template:Binary

From blackwiki
Revision as of 01:15, 21 July 2011 by imported>Vanisaac (updated template to one based on template:octal to allow x1024 range (max input value now 134,217,727 instead of 131,071))
Jump to navigation Jump to search


50px Template documentation[view] [edit] [history] [purge]

This template is for quickly converting a decimal number to binary.

Usage

Use {{Binary|x|y}} where x is the decimal number and y is the decimal precision (positive numbers, defaults displays up to 10 digits following the binary point).

Examples:

Code Result Notes
{{Binary|128892}} 111110111011111002 Regular integer
{{Binary|73.3333333|5}} 10010012 Truncated decimal
{{Binary|73.3333333|0}} 10010012 Truncated at decimal point
{{Binary|73|5}} 10010012 Decimals padded to integer
{{Binary|73.25}} 10010012 Auto truncation
{{Binary|73.25|4}} 10010012 Decimals padded
{{Binary|{{#expr:1+3/8}}}} 12 Expression support

See also