Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
redox-os
calc
Commits
48d84749
Verified
Commit
48d84749
authored
Apr 27, 2019
by
Jeremy Soller
Browse files
Fix random test case
parent
e6d5021f
Pipeline
#3963
passed with stage
in 2 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/lib.rs
View file @
48d84749
...
...
@@ -142,7 +142,7 @@ mod tests {
),
(
"(79 & 14) * ((3) - 76 + 67 / (62) - (85 ^ (7 - (32) >> 52)))"
,
Value
::
Float
(
d128!
(
-
2196.870967741935483870967741935484
)),
Value
::
Float
(
d128!
(
197.1290322580645161290322580645161
)),
),
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment