Short: Conv. to/fro base 2-36. hex,oct,bin&c Author: death@southcom.com.au (Mortu) Uploader: death southcom com au (Mortu) Type: misc/math Version: 999g Replaces: misc/math/calc999* Architecture: m68k-amigaos Version666 included in this distribution for shell freaks. Version999 included in this distribution for those who don't have gadtools/wb2.0+. * needs 68020+, WB2.0+ * a replacement for v.999 which didn't have neat gadgets. converts a 32-bit number of any base (well from base 2 upto base 36) to a number of base 2 upto base 36. For example: base 10/decimal uses [0..9] base 2/binary uses [0..1] base 8/octal uses [0..7] base 16/hexadecimal uses [0..9,a..f] base 20/???? uses [0..9,a..j] base 36/???? uses [0..9,a..z] yes, you can even convert to and between strange bases like 4,36, whatever. anything between 2-36. mortu.