|
1 | 1 | # Radix |
2 | 2 |
|
3 | | -[Website](http://rubyworks.github.com/radix) · |
4 | | -[Report Issue](http://github.com/rubyworks/radix/issues) · |
5 | | -[Source Code](http://github.com/rubyworks/radix) |
6 | | - |
7 | | -<b>Radix is a very easy to use Ruby library for converting numbers to and from |
8 | | -any base. It supports both Integer, Float and Rational numbers, as well as |
9 | | -representational string-notations that need not be in ASCII order.</b> |
10 | | - |
11 | | - |
12 | | -## Status |
13 | | - |
14 | 3 | [](http://rubygems.org/gem/radix) |
15 | | -[](http://travis-ci.org/rubyworks/radix) |
| 4 | + |
16 | 5 | [](http://github.com/rubyworks/radix) |
17 | 6 | [](http://github.com/rubyworks/radix/issues) |
| 7 | +[](http://travis-ci.org/rubyworks/radix) |
| 8 | + |
18 | 9 | [](https://www.gittip.com/on/github/rubyworks/) |
19 | 10 | [](http://flattr.com/thing/324911/Rubyworks-Ruby-Development-Fund) |
20 | 11 |
|
21 | 12 |
|
| 13 | +<b>[Radix]((http://rubyworks.github.com/radix)) is a very easy to use Ruby library |
| 14 | +for converting numbers to and from any base. It supports both Integer, Float and |
| 15 | +Rational numbers, as well as representational string-notations that need not be |
| 16 | +in ASCII order.</b> |
| 17 | + |
| 18 | + |
22 | 19 | ## Features |
23 | 20 |
|
24 | 21 | * Convert to and from any base. |
25 | | -* Convert Integers, Floats and Rational numbers. |
26 | | -* Define custom encoding and character sets. |
| 22 | +* Convert Integer, Float and Rational numbers. |
| 23 | +* Define custom encodings and character sets. |
27 | 24 | * Can be used to encode/decode bytecode strings. |
28 | 25 | * Very intuitive API. |
29 | 26 |
|
|
0 commit comments