Skip to content

Commit 466606b

Browse files
OlivierHntKolaru
andauthored
1.0-dev: improve printing and fix alignment issue (#555)
* Improve printing alignment and performance * Update tests and improve printing * Cleanup unnecesasry comments * Update src/display.jl Co-authored-by: Benoît Richard <[email protected]> * Remove extra spaces * Revert docstrings changes * Add tests for large exponents * Add `DomainError` * Define `show` for `::MIME"text/plain"` * Remove `showfull` * Use smaller exponent to test the display * Display decorations by default * Display precision for `:midpoint` format --------- Co-authored-by: Benoît Richard <[email protected]>
1 parent 16e4756 commit 466606b

File tree

3 files changed

+421
-371
lines changed

3 files changed

+421
-371
lines changed

src/IntervalArithmetic.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ end
7979
export
8080
setindex # re-export from StaticArrays for IntervalBox
8181

82-
export showfull
8382

8483

8584
## Multidimensional

0 commit comments

Comments
 (0)