Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
LeventErkok committed Apr 4, 2024
1 parent a41403f commit 8893380
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Data/SBV/Core/SizedFloats.hs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ bfToString b withPrefix forceExponent (FP _ sb a)
| BF.bfIsNaN a = "NaN"
| BF.bfIsInf a = if BF.bfIsPos a then "Infinity" else "-Infinity"
| BF.bfIsZero a = if BF.bfIsPos a then "0.0" else "-0.0"

-- Printing in base 10 is tricky. To avoid bizarre truncated
-- output, convert the internal representation to an algreal
-- and print it fully
Expand Down

0 comments on commit 8893380

Please sign in to comment.