ComputerArithmetic`
ComputerArithmetic`
ComputerNumber
現在使用中の演算における通常の数 x に等しいComputerNumberオブジェクトを返す.
ComputerNumber[sign,mantissa,exp]
値が sign mantissa bexpであるComputerNumberオブジェクトを返す.ここで b は現在有効な算法の基底である.
ComputerNumber[sign,mantissa,exp,value,x]
コンピュータ数を構成する完全なデータオブジェクトである.
詳細とオプション
- ComputerNumberを使うためには,まずコンピュータ演算パッケージをロードしなくてはならない.それにはNeeds["ComputerArithmetic`"]を実行する必要がある.