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

JuliaLang / julia / #37139 / 1
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 17 May 2022 01:30PM UTC
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

17 May 2022 06:29AM UTC coverage: 89.22% (-0.1%) from 89.315%
#37139.1

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

Source Files on job #37139.1
  • Tree
  • List 0
  • Changed 265
  • Source Changed 9
  • Coverage Changed 264
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 37139
  • 7bd9ea2d on github
  • Prev Job for on master (##37138.1)
  • Next Job for on master (##37140.1)
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