Subversion Repositories wimsdev

Rev

Rev 2906 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
539 bpr 1
:algebra, number, number system, number base, convert,
2
base conversion, convert base,
3
binary, decimal, octal, hexadecimal
4
 
2906 bpr 5
:module, tool/number/baseconv.$search_lang
539 bpr 6
prec, 20
7
 
8
:, Convert
9
 
6518 bpr 10
:<TD ALIGN=LEFT style="text-align:center;" HEIGHT=30 NOWRAP>
539 bpr 11
 $submit1
12
 the
13
 <SELECT NAME=ibase>
14
 <OPTION VALUE=2>binary
15
 <OPTION VALUE=10 SELECTED>decimal
16
 <OPTION VALUE=16>hexadecimal
17
 <OPTION VALUE=8>octal
18
 </SELECT>
19
 number
20
 <INPUT TYPE=TEXT NAME="input" SIZE=25 VALUE="$var_1">
21
 into
22
 <SELECT NAME=obase>
23
 <OPTION VALUE=2 SELECTED>binary
24
 <OPTION VALUE=10>decimal
25
 <OPTION VALUE=16>hexadecimal
26
 <OPTION VALUE=8>octal
27
 </SELECT>
28
:12345, pi, e, 3.55, 4/7, sqrt(2)
29