ComputerArithmetic`
ComputerArithmetic`
RoundingRule
SetArithmeticのオプションのひとつであり,使用する丸めの方法を指定する.
詳細とオプション
- RoundingRuleを使うためには,まずコンピュータ演算パッケージをロードしなくてはならない.それにはNeeds["ComputerArithmetic`"]を実行する必要がある.
- 有効な設定はRoundToEven,RoundToInfinity,Truncationである.デフォルト設定はRoundToEvenである.