Fix tests from test-suite

This commit is contained in:
Ilmir Usmanov 2014-10-16 20:42:24 +04:00
parent b1e6656fb4
commit 99d21743b0
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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)