「Ruby/C API/Bignum」の編集履歴(バックアップ)一覧はこちら

Ruby/C API/Bignum」(2008/11/22 (土) 12:04:04) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

**Bignum [[Object>Ruby/C API/Object]] > Numeric > Integer > Bignum |CENTER:BGCOLOR(#CC6600):COLOR(#000000):Ruby|CENTER:BGCOLOR(#CC6600):COLOR(#000000):C| | Bignum#& | rb_big_and(xx, yy) | | Bignum#* | rb_big_mul(x, y) | | Bignum#** | rb_big_pow(x, y) | | Bignum#+ | rb_big_plus(x, y) | | Bignum#- | rb_big_minus(x, y) | | Bignum#<< | rb_big_lshift(x, y) | | Bignum#>> | rb_big_rshift(x, y) | | Bignum#^ | rb_big_xor(xx, yy) | | Bignum#divmod | rb_big_divmod(x, y) | | Bignum#&color(white){|} | rb_big_or(xx, yy) | | Bignum#to_s | rb_big2str(x, &color(lime){int} base) &nbsp(br) rb_big2str0(x, &color(lime){int} base, trim) | | | rb_big_clone(x) | | | &color(lime){double} rb_big2dbl(x) | | | &color(lime){LONG_LONG} rb_big2ll(x) | | | &color(lime){long} rb_big2long(x) | | | &color(lime){unsigned LONG_LONG}rb_big2ull(x) | | | &color(lime){unsigned long} rb_big2ulong(x) | | | rb_big2ulong_pack(x) | | | rb_big_2comp(x) | | | rb_big_mul0(x, y) | | | rb_big_norm(x) | | | rb_big_rand(max, rand_buf) |
**Bignum [[Object>Ruby/C API/Object]] > Numeric > Integer > Bignum |CENTER:BGCOLOR(#CC6600):COLOR(#000000):Ruby|CENTER:BGCOLOR(#CC6600):COLOR(#000000):C| | Bignum#& | rb_big_and(xx, yy) | | Bignum#* | rb_big_mul(x, y) &nbsp(br) rb_big_mul0(x, y)| | Bignum#** | rb_big_pow(x, y) | | Bignum#+ | rb_big_plus(x, y) | | Bignum#- | rb_big_minus(x, y) | | Bignum#<< | rb_big_lshift(x, y) | | Bignum#>> | rb_big_rshift(x, y) | | Bignum#^ | rb_big_xor(xx, yy) | | Bignum#divmod | rb_big_divmod(x, y) | | Bignum#&color(white){|} | rb_big_or(xx, yy) | | Bignum#to_s | rb_big2str(x, &color(lime){int} base) &nbsp(br) rb_big2str0(x, &color(lime){int} base, trim) | | | rb_big_clone(x) | | | &color(lime){double} rb_big2dbl(x) | | | &color(lime){LONG_LONG} rb_big2ll(x) | | | &color(lime){long} rb_big2long(x) | | | &color(lime){unsigned LONG_LONG}rb_big2ull(x) | | | &color(lime){unsigned long} rb_big2ulong(x) | | | rb_big2ulong_pack(x) | | | &color(lime){void} rb_big_2comp(x) &color(plum){2の補数}| | | rb_big_norm(x) &color(plum){正規化}| | | rb_big_rand(max, rand_buf) |

表示オプション

横に並べて表示:
変化行の前後のみ表示:
記事メニュー
目安箱バナー