Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add and unify one!, zero!, neg! methods for arb types #1900

Merged
merged 1 commit into from
Oct 15, 2024

Add and unify one!, zero!, neg! methods for arb types

e9ec375
Select commit
Loading
Failed to load commit list.
Merged

Add and unify one!, zero!, neg! methods for arb types #1900

Add and unify one!, zero!, neg! methods for arb types
e9ec375
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 15, 2024 in 1s

68.49% of diff hit (target 87.22%)

View this Pull Request on Codecov

68.49% of diff hit (target 87.22%)

Annotations

Check warning on line 231 in src/arb/Complex.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/Complex.jl#L231

Added line #L231 was not covered by tests

Check warning on line 1571 in src/arb/Complex.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/Complex.jl#L1569-L1571

Added lines #L1569 - L1571 were not covered by tests

Check warning on line 1680 in src/arb/Complex.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/Complex.jl#L1680

Added line #L1680 was not covered by tests

Check warning on line 722 in src/arb/ComplexMat.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/ComplexMat.jl#L720-L722

Added lines #L720 - L722 were not covered by tests

Check warning on line 703 in src/arb/ComplexPoly.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/ComplexPoly.jl#L701-L703

Added lines #L701 - L703 were not covered by tests

Check warning on line 707 in src/arb/ComplexPoly.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/ComplexPoly.jl#L706-L707

Added lines #L706 - L707 were not covered by tests

Check warning on line 1934 in src/arb/Real.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/Real.jl#L1933-L1934

Added lines #L1933 - L1934 were not covered by tests

Check warning on line 664 in src/arb/RealMat.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/RealMat.jl#L662-L664

Added lines #L662 - L664 were not covered by tests

Check warning on line 602 in src/arb/RealPoly.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/RealPoly.jl#L600-L602

Added lines #L600 - L602 were not covered by tests

Check warning on line 606 in src/arb/RealPoly.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/RealPoly.jl#L605-L606

Added lines #L605 - L606 were not covered by tests

Check warning on line 242 in src/arb/acb.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/acb.jl#L242

Added line #L242 was not covered by tests

Check warning on line 1566 in src/arb/acb.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/acb.jl#L1564-L1566

Added lines #L1564 - L1566 were not covered by tests

Check warning on line 1675 in src/arb/acb.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/acb.jl#L1675

Added line #L1675 was not covered by tests

Check warning on line 724 in src/arb/acb_mat.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/acb_mat.jl#L722-L724

Added lines #L722 - L724 were not covered by tests

Check warning on line 698 in src/arb/acb_poly.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/acb_poly.jl#L696-L698

Added lines #L696 - L698 were not covered by tests

Check warning on line 702 in src/arb/acb_poly.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/acb_poly.jl#L701-L702

Added lines #L701 - L702 were not covered by tests

Check warning on line 1936 in src/arb/arb.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/arb.jl#L1935-L1936

Added lines #L1935 - L1936 were not covered by tests

Check warning on line 691 in src/arb/arb_mat.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/arb_mat.jl#L689-L691

Added lines #L689 - L691 were not covered by tests

Check warning on line 602 in src/arb/arb_poly.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/arb_poly.jl#L600-L602

Added lines #L600 - L602 were not covered by tests

Check warning on line 606 in src/arb/arb_poly.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/arb/arb_poly.jl#L605-L606

Added lines #L605 - L606 were not covered by tests