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

Close #332 - Create function to convert Number to ComplexNumber #335

Merged
merged 1 commit into from Sep 22, 2020

Conversation

sys27
Copy link
Owner

@sys27 sys27 commented Sep 22, 2020

No description provided.

@sys27 sys27 added this to the xFunc 4.0.0 milestone Sep 22, 2020
@sys27 sys27 self-assigned this Sep 22, 2020
@sys27 sys27 linked an issue Sep 22, 2020 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Sep 22, 2020

Codecov Report

Merging #335 into dev will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #335   +/-   ##
=======================================
  Coverage   99.37%   99.38%           
=======================================
  Files         164      165    +1     
  Lines        5790     5814   +24     
=======================================
+ Hits         5754     5778   +24     
  Misses         36       36           
Impacted Files Coverage Δ
...Func.Maths/Analyzers/Formatters/CommonFormatter.cs 100.00% <100.00%> (ø)
xFunc.Maths/Analyzers/Simplifier.cs 100.00% <100.00%> (ø)
...Func.Maths/Analyzers/TypeAnalyzers/TypeAnalyzer.cs 99.86% <100.00%> (+<0.01%) ⬆️
...Func.Maths/Expressions/ComplexNumbers/ToComplex.cs 100.00% <100.00%> (ø)
xFunc.Maths/Parser.ExpressionFactory.cs 100.00% <100.00%> (ø)

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 878c24c...4901ba7. Read the comment docs.

@sys27 sys27 merged commit 97e52fa into dev Sep 22, 2020
@sys27 sys27 deleted the feature/tocomplex branch September 22, 2020 09:45
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 function to convert Number to ComplexNumber
1 participant