Newly tracked file
src/transformations.jl
changed.
Showing 1 of 1 files from the diff.
@@ -92,10 +92,10 @@
Loading
92 | 92 | (2,∞) ↔ (-1, 1) [rational transformation with scale 3] |
|
93 | 93 | ||
94 | 94 | julia> x = from_pm1(ct, (0.4, 0.5)) |
|
95 | - | (1.4, 11.0) |
|
95 | + | (1.4, 11.0) |
|
96 | 96 | ||
97 | 97 | julia> y = to_pm1(ct, x) |
|
98 | - | (0.3999999999999999, 0.5) |
|
98 | + | (0.3999999999999999, 0.5) |
|
99 | 99 | ``` |
|
100 | 100 | """ |
|
101 | 101 | function coordinate_transformations(transformations::Tuple) |
Files | Coverage |
---|---|
src | 86.21% |
Project Totals (7 files) | 86.21% |
3090992496
3090992496
3090992496
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.