Skip to content

Commit

Permalink
pkg/mods/math: Fix test for s390x (again).
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaq committed Aug 15, 2024
1 parent bbeb8a2 commit d926933
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/mods/math/math_test.elvts
Original file line number Diff line number Diff line change
Expand Up @@ -442,10 +442,10 @@ Exception: arity mismatch: arguments must be 1 or more values, but is 0 values

~> math:atan2 0 0
▶ (num 0.0)
~> math:atan2 1 1
▶ (num 0.7853981633974483)
~> math:atan2 -1 -1
▶ (num -2.356194490192345)
~> math:atan2 1 1 | printf "%.4f\n" (one)
0.7854
~> math:atan2 -1 -1 | printf "%.4f\n" (one)
-2.3562


//////////////
Expand Down

0 comments on commit d926933

Please sign in to comment.