Commit c2f66c5
committed
Squashed commit of the following:
commit 1c0522f
Merge: 4c239d5 ee93bd4
Author: Benoît Richard <[email protected]>
Date: Sun Jul 23 23:13:48 2023 +0200
Merge pull request #569 from vaerksted/master
fix typos
commit ee93bd4
Author: spaette <[email protected]>
Date: Sat Jul 22 12:11:01 2023 -0500
typos
commit 4c239d5
Author: Benoît Richard <[email protected]>
Date: Tue Jul 4 00:35:20 2023 +0200
Bump version
commit 249040d
Merge: 4404658 7bef23e
Author: Benoît Richard <[email protected]>
Date: Tue Jul 4 00:34:13 2023 +0200
Merge pull request #525 from petvana/simplified-mod
Simplified version of mod(x::Interval, y::Real)
commit 4404658
Author: Benoît Richard <[email protected]>
Date: Wed Jun 14 14:03:14 2023 +0200
Bump version for release
commit 7bef23e
Author: Petr Vana <[email protected]>
Date: Fri May 27 11:11:53 2022 +0200
Cleanup
commit f9f4733
Author: Petr Vana <[email protected]>
Date: Fri May 27 11:10:05 2022 +0200
Throw ArgumentError for Interval divisor for mod
commit 6fdc809
Merge: 439723f d2603d6
Author: Petr Vana <[email protected]>
Date: Fri May 27 11:01:43 2022 +0200
Merge branch 'simplified-mod' of github.com:petvana/IntervalArithmetic.jl into simplified-mod
commit 439723f
Author: Petr Vana <[email protected]>
Date: Fri May 27 11:01:27 2022 +0200
Disable divisor for mod to be an interval
commit d2603d6
Author: Petr Vana <[email protected]>
Date: Thu May 26 11:34:04 2022 +0200
Update docs
commit 45abc46
Author: Petr Vana <[email protected]>
Date: Thu May 26 11:30:14 2022 +0200
Implementation for strictly negative divisors for mod
commit ff47910
Author: Petr Vana <[email protected]>
Date: Thu May 26 11:11:35 2022 +0200
Add todo for mod with between two intervals
commit ea00b23
Author: Petr Vana <[email protected]>
Date: Wed May 25 19:59:30 2022 +0200
Imrpove test coverage + use zero()
commit b56f4be
Author: Petr Vana <[email protected]>
Date: Wed May 25 13:44:24 2022 +0200
Use ⊇ operator
commit d23df89
Author: Petr Vana <[email protected]>
Date: Tue May 24 21:13:53 2022 +0200
Update src/intervals/functions.jl
Co-authored-by: lucaferranti <[email protected]>
commit 153d749
Author: Petr Vana <[email protected]>
Date: Tue May 24 20:27:51 2022 +0200
Improve testing
commit fea1b34
Author: Petr Vana <[email protected]>
Date: Tue May 24 20:10:05 2022 +0200
Introduce simplified version of mod1 parent 91dede5 commit c2f66c5
File tree
5 files changed
+47
-6
lines changed- docs/src
- examples
- src/multidim
- test/interval_tests
5 files changed
+47
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
296 | | - | |
| 296 | + | |
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
438 | | - | |
| 438 | + | |
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
0 commit comments