Google

Go to the first, previous, next, last section, table of contents.


bload27

bload27("filename")
:: 旧版で作られた bsave file の読み込み
return
読み込んだ数式
filename
ファイル名
  • 旧版では, 多倍長整数が, 1 ワード 27 bit で表現されていたが, 新版では 1 ワード 32 bit に変更された. このため, 旧版で bsave されたバイナリファイルはそのままでは 読み込めない. このようなファイルを読み込むために bload27 を用いる.
  • Windows 版もディレクトリのセパレータとして `/' を用いる.
参照
section bsave, bload.


Go to the first, previous, next, last section, table of contents.