Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mwweissmann committed Sep 5, 2015
1 parent 3579681 commit 4b4cb26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -29,6 +29,7 @@ There is a module for every integer type that implements the Int interface.
This interface is similar to Int32 and Int64 from the base library but provides more functions and constants like
* arithmetic and bit-wise operations
* constants like maximum and minimum value
* infix operators
* conversion to and from every other integer type (including int, float and nativeint)
* parsing from and conversion to readable strings (binary, octal, decimal, hexademical)
* conversion to and from buffers in both big endian and little endian byte order
Expand Down

0 comments on commit 4b4cb26

Please sign in to comment.