ComputerArithmetic`
ComputerArithmetic`
ComputerNumber
gives the ComputerNumber object equivalent to the ordinary number x in the arithmetic currently in effect.
ComputerNumber[sign,mantissa,exp]
gives the ComputerNumber object whose value is sign mantissa bexp, where b is the base in the arithmetic currently in effect.
ComputerNumber[sign,mantissa,exp,value,x]
is the complete data object that makes up a computer number.
更多信息和选项
- To use ComputerNumber, you first need to load the Computer Arithmetic Package using Needs["ComputerArithmetic`"].