• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaLang / julia / #37139
77%

Build:
DEFAULT BRANCH: master
Ran 17 May 2022 01:30PM UTC
Jobs 1
Files 362
Run time 6min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
#37139

push

local

web-flow
doc: clarify edge cases when converting rational to float (#45220)

We state that for any integral `a` and `b`, the expression
`isequal(float(a//b), a/b)` is true unless `a` and `b` are zero.
This is confusing because there are two such cases, which both require
only one of `a` or `b` to be zero. The first case is the division
by zero and the second case uses a negative divisor to make float
division evaluate to -0.0 which has no equivalent rational number:

	julia> isequal(float(0//-1), 0/-1)
	false

Clarify the conditions of the exceptional cases.

70123 of 78596 relevant lines covered (89.22%)

15924097.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #37139.1 17 May 2022 01:30PM UTC 0
89.22
Source Files on build #37139
Detailed source file information is not available for this build.
  • Back to Repo
  • 7bd9ea2d on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc