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

Introduce Sqrt on NumberType #3055

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Define Math package and implement tests

90b485f
Select commit
Loading
Failed to load commit list.
Open

Introduce Sqrt on NumberType #3055

Define Math package and implement tests
90b485f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 16, 2024 in 1s

75.86% of diff hit (target 100.00%)

View this Pull Request on Codecov

75.86% of diff hit (target 100.00%)

Annotations

Check warning on line 3849 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L3849

Added line #L3849 was not covered by tests

Check warning on line 4508 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L4508

Added line #L4508 was not covered by tests

Check warning on line 5154 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L5154

Added line #L5154 was not covered by tests

Check warning on line 5803 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L5803

Added line #L5803 was not covered by tests

Check warning on line 6451 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L6451

Added line #L6451 was not covered by tests

Check warning on line 7154 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L7154

Added line #L7154 was not covered by tests

Check warning on line 7901 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L7901

Added line #L7901 was not covered by tests

Check warning on line 8561 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L8561

Added line #L8561 was not covered by tests

Check warning on line 9130 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L9130

Added line #L9130 was not covered by tests

Check warning on line 9727 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L9727

Added line #L9727 was not covered by tests

Check warning on line 10275 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L10275

Added line #L10275 was not covered by tests

Check warning on line 10852 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L10852

Added line #L10852 was not covered by tests

Check warning on line 11475 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L11475

Added line #L11475 was not covered by tests

Check warning on line 12157 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L12157

Added line #L12157 was not covered by tests

Check warning on line 12666 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L12665-L12666

Added lines #L12665 - L12666 were not covered by tests

Check warning on line 13108 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L13107-L13108

Added lines #L13107 - L13108 were not covered by tests

Check warning on line 13553 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L13552-L13553

Added lines #L13552 - L13553 were not covered by tests

Check warning on line 14024 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L14023-L14024

Added lines #L14023 - L14024 were not covered by tests

Check warning on line 14546 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L14545-L14546

Added lines #L14545 - L14546 were not covered by tests

Check warning on line 15131 in runtime/interpreter/value.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/interpreter/value.go#L15130-L15131

Added lines #L15130 - L15131 were not covered by tests

Check warning on line 72 in runtime/stdlib/math.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

runtime/stdlib/math.go#L72

Added line #L72 was not covered by tests