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

Fix power (^) function gives NaN at 0 #57

Merged
merged 2 commits into from
Sep 27, 2023

Add support for power function at 0; add tests

748d7db
Select commit
Loading
Failed to load commit list.
Merged

Fix power (^) function gives NaN at 0 #57

Add support for power function at 0; add tests
748d7db
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 27, 2023 in 0s

86.66% of diff hit (target 85.48%)

View this Pull Request on Codecov

86.66% of diff hit (target 85.48%)

Annotations

Check warning on line 128 in src/primitive.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/primitive.jl#L128

Added line #L128 was not covered by tests

Check warning on line 138 in src/primitive.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/primitive.jl#L138

Added line #L138 was not covered by tests