Fix tests from test-suite
This commit is contained in:
@@ -12,5 +12,5 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
var x = 123.00, y = 0.0123e+4, eps = .000001
|
||||
var x = 123.00, y = 0.0123e+4, eps = .00001
|
||||
assert(x <= y + eps && x >= y - eps)
|
||||
@@ -12,5 +12,5 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
var x = 123.00, y = 0.0123e+4, eps = .000001
|
||||
var x = 123.00, y = 0.0123e+4, eps = .00001
|
||||
assert(x <= y + eps && x >= y - eps)
|
||||
Reference in New Issue
Block a user