Rev 2906 | Blame | Compare with Previous | Last modification | View Log | RSS feed
:algebra, number, number system, number base, convert,
base conversion, convert base,
binary, decimal, octal, hexadecimal
:module, tool/number/baseconv.$search_lang
prec, 20
:, Convert
:<TD ALIGN=LEFT style="text-align:center;" HEIGHT=30 NOWRAP>
$submit1
the
<SELECT NAME=ibase>
<OPTION VALUE=2>binary
<OPTION VALUE=10 SELECTED>decimal
<OPTION VALUE=16>hexadecimal
<OPTION VALUE=8>octal
</SELECT>
number
<INPUT TYPE=TEXT NAME="input" SIZE=25 VALUE="$var_1">
into
<SELECT NAME=obase>
<OPTION VALUE=2 SELECTED>binary
<OPTION VALUE=10>decimal
<OPTION VALUE=16>hexadecimal
<OPTION VALUE=8>octal
</SELECT>
:12345, pi, e, 3.55, 4/7, sqrt(2)