File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44[ Report Issue] ( http://github.com/rubyworks/radix/issues ) · ;
55[ Source Code] ( http://github.com/rubyworks/radix )
66
7- Radix is a very easy to use Ruby library for converting numbers to and from
7+ < b > Radix is a very easy to use Ruby library for converting numbers to and from
88any base. It supports both Integer, Float and Rational numbers, as well as
9- representational string-notations that need not be in ASCII order.
10-
11-
12- ## Features
13-
14- * Convert to and from any base.
15- * Convert Integers, Floats and Rational numbers.
16- * Define custom encoding and character sets.
17- * Can be used to encode/decode bytecode strings.
18- * Very intuitive API.
9+ representational string-notations that need not be in ASCII order.</b >
1910
2011
2112## Status
@@ -28,6 +19,15 @@ representational string-notations that need not be in ASCII order.
2819[ ![ Flattr Me] ( http://api.flattr.com/button/flattr-badge-large.png )] ( http://flattr.com/thing/324911/Rubyworks-Ruby-Development-Fund )
2920
3021
22+ ## Features
23+
24+ * Convert to and from any base.
25+ * Convert Integers, Floats and Rational numbers.
26+ * Define custom encoding and character sets.
27+ * Can be used to encode/decode bytecode strings.
28+ * Very intuitive API.
29+
30+
3131## Usage
3232
3333Base conversions with ASCII ordered notations are easy in Ruby.
You can’t perform that action at this time.
0 commit comments