File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 5
5
* Work in Progress
6
6
* Scott Moeller
7
7
8
- [ ![ Github Actions] ( https://img.shields.io/github/workflow/status/electronjoe/intervals-general/CI%20-%20Clippy%2C%20Rustfmt%2C%20Rustdoc%2C%20%26%20Tarpaulin/master?label=linting )] ( https://github.com )
9
- [ ![ Codecov.io] ( https://img.shields.io/codecov/c/github/electronjoe/intervals-general/master )] ( https://codecov.io/gh/electronjoe/intervals-general )
8
+ [ ![ CI Status] ( https://github.com/electronjoe/intervals-general/actions/workflows/ci-tool-checks.yml/badge.svg )] ( https://github.com/electronjoe/intervals-general/actions )
9
+ [ ![ Code Coverage] ( https://codecov.io/gh/electronjoe/intervals-general/branch/main/graph/badge.svg )] ( https://codecov.io/gh/electronjoe/intervals-general )
10
+ [ ![ Crates.io] ( https://img.shields.io/crates/v/intervals-general )] ( https://crates.io/crates/intervals-general )
11
+ [ ![ Documentation] ( https://docs.rs/intervals-general/badge.svg )] ( https://docs.rs/intervals-general )
12
+ [ ![ License] ( https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg )] ( README.md#license )
10
13
11
14
## Summary
12
15
@@ -211,4 +214,4 @@ No attempt to detect overflow or underflow is applied - can this be done (transf
211
214
* [ Arithmetic operations for floating-point intervals] ( http://grouper.ieee.org/groups/1788/PositionPapers/ArithOp2.pdf )
212
215
* [ Interval Arithmetic: from Principles to Implementation] ( http://fab.cba.mit.edu/classes/S62.12/docs/Hickey_interval.pdf )
213
216
* [ Union, intersection and complementary of intervals] ( https://www.sangakoo.com/en/unit/union-intersection-and-complementary-of-intervals )
214
- * [ Interval @ Wolfram] ( http://mathworld.wolfram.com/Interval.html )
217
+ * [ Interval @ Wolfram] ( http://mathworld.wolfram.com/Interval.html )
You can’t perform that action at this time.
0 commit comments