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

#306 - Create wrapper struct for double #360

Merged
merged 11 commits into from Oct 5, 2020
Merged

#306 - Create wrapper struct for double #360

merged 11 commits into from Oct 5, 2020

Conversation

sys27
Copy link
Owner

@sys27 sys27 commented Oct 5, 2020

Close #306

@sys27 sys27 self-assigned this Oct 5, 2020
@sys27 sys27 added this to the xFunc 4.0.0 milestone Oct 5, 2020
@codecov
Copy link

codecov bot commented Oct 5, 2020

Codecov Report

Merging #360 into dev will decrease coverage by 0.07%.
The diff coverage is 99.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #360      +/-   ##
==========================================
- Coverage   99.34%   99.27%   -0.08%     
==========================================
  Files         164      164              
  Lines        5802     5921     +119     
==========================================
+ Hits         5764     5878     +114     
- Misses         38       43       +5     
Impacted Files Coverage Δ
xFunc.Maths/Expressions/ComplexNumbers/Phase.cs 100.00% <ø> (ø)
xFunc.Maths/Expressions/Del.cs 100.00% <ø> (ø)
xFunc.Maths/Expressions/Derivative.cs 100.00% <ø> (ø)
...nc.Maths/Expressions/LogicalAndBitwise/Equality.cs 100.00% <ø> (ø)
...Maths/Expressions/LogicalAndBitwise/Implication.cs 100.00% <ø> (ø)
xFunc.Maths/Expressions/LogicalAndBitwise/NAnd.cs 100.00% <ø> (ø)
xFunc.Maths/Expressions/LogicalAndBitwise/NOr.cs 100.00% <ø> (ø)
xFunc.Maths/Expressions/Matrices/CrossProduct.cs 100.00% <ø> (ø)
xFunc.Maths/Expressions/Matrices/DotProduct.cs 100.00% <ø> (ø)
xFunc.Maths/Expressions/Matrices/Transpose.cs 100.00% <ø> (ø)
... and 137 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 784a84f...fc6317b. Read the comment docs.

@sys27 sys27 force-pushed the feature/number branch 2 times, most recently from a967bd3 to a4547fc Compare October 5, 2020 09:55
@sys27 sys27 merged commit 00c1180 into dev Oct 5, 2020
@sys27 sys27 deleted the feature/number branch October 5, 2020 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create wrapper struct for double
1 participant