mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
* README.EXT, README.EXT.ja: Mention rb_integer_pack and
rb_integer_unpack. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7974fe6a78
commit
3cd16b43eb
3 changed files with 10 additions and 0 deletions
|
@ -1060,6 +1060,10 @@ NUM2SSIZET(value), SSIZET2NUM(ssize) ::
|
|||
|
||||
Numeric <-> ssize_t
|
||||
|
||||
rb_integer_pack(value, words, numwords, wordsize, nails, flags), rb_integer_unpack(words, numwords, wordsize, nails, flags) ::
|
||||
|
||||
Numeric <-> Arbitrary size integer buffer
|
||||
|
||||
NUM2DBL(value) ::
|
||||
|
||||
Numeric -> double
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue