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

Add comment about 256 bit precision being sufficient

b2f799b
Select commit
Loading
Failed to load commit list.
Open

Introduce Sqrt on NumberType #3055

Add comment about 256 bit precision being sufficient
b2f799b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 18, 2024 in 1s

80.68% (+0.08%) compared to a676d8f

View this Pull Request on Codecov

80.68% (+0.08%) compared to a676d8f

Details

Codecov Report

Attention: Patch coverage is 75.59055% with 31 lines in your changes are missing coverage. Please review.

Project coverage is 80.68%. Comparing base (a676d8f) to head (b2f799b).
Report is 495 commits behind head on master.

Files Patch % Lines
runtime/interpreter/value.go 38.09% 26 Missing ⚠️
runtime/interpreter/big.go 90.32% 2 Missing and 1 partial ⚠️
runtime/stdlib/math.go 96.22% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3055      +/-   ##
==========================================
+ Coverage   80.59%   80.68%   +0.08%     
==========================================
  Files         379      380       +1     
  Lines       91159    91659     +500     
==========================================
+ Hits        73472    73957     +485     
+ Misses      15053    15052       -1     
- Partials     2634     2650      +16     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.