Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
typo2
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Nov 24, 2022
1 parent bd0a6e6 commit 880992a
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/test/eo/org/eolang/math/number-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@
number -0.1
$.equal-to TRUE

[] > sqrt-check-float-input
[] > sqrt-check-float-input-1
assert-that > @
abs.
number
Expand All @@ -676,6 +676,25 @@
4.0
$.less-than 0.00000000001

[] > sqrt-check-float-input-2
assert-that > @
eq.
1.0e-6
sqrt.
number
1.0e-12
$.equal-to TRUE

[] > sqrt-check-float-input-3
sqrt. > val!
number
1.0e-12
assert-that > @
val
$.close-to
1.0e-6
1.0e-12

[] > sqrt-check-int-input
assert-that > @
abs.
Expand Down

0 comments on commit 880992a

Please sign in to comment.