NSCalculationNoError
No error occurred.
どんなエラーも発生しませんでした。
NSCalculationLossOfPrecision
The number can’t be represented in 38 significant digits.
この数は、38有効桁数で表現されることができません。
NSCalculationOverflow
The number is too large to represent.
この数は、表すには大きすぎます。
NSCalculationUnderflow
The number is too small to represent.
この数は、表すには小さすぎます。
NSCalculationDivideByZero
The caller tried to divide by
0
.
呼び出し側は、0
で除算しようと試みました。