We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fe62a8 + 77e6c57 commit fd9847eCopy full SHA for fd9847e
test/Interpreter/SDK/NSDecimal.swift
@@ -121,6 +121,5 @@ print(twenty) // CHECK: 2
121
twenty = NSDecimalNumber(mantissa: 2, exponent: 1, isNegative: false) as Decimal
122
print(twenty.significand) // CHECK: 2
123
print(twenty.exponent) // CHECK: 1
124
-print(twenty.ulp) // CHECK: 10
125
126
print(Decimal(sign: .plus, exponent: -2, significand: 100)) // CHECK: 1
0 commit comments