[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: converting numbers



David Stern wrote:
> Where's the FM that tells how to convert numbers, like 0x11A to a 
> "decimal"?

This is in base 16, so:

joey@kite:~>bc
...
ibase=16
11A
282            <-- result
quit

-- 
see shy jo


Reply to: