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 #279 - Add Trunc and Frac functions #280

Merged
merged 1 commit into from
Aug 28, 2020
Merged

Close #279 - Add Trunc and Frac functions #280

merged 1 commit into from
Aug 28, 2020

Conversation

sys27
Copy link
Owner

@sys27 sys27 commented Aug 28, 2020

No description provided.

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

codecov bot commented Aug 28, 2020

Codecov Report

Merging #280 into dev will increase coverage by 0.00%.
The diff coverage is 96.55%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #280   +/-   ##
=======================================
  Coverage   97.81%   97.81%           
=======================================
  Files         156      158    +2     
  Lines        5168     5223   +55     
=======================================
+ Hits         5055     5109   +54     
- Misses        113      114    +1     
Impacted Files Coverage Δ
xFunc.Maths/Analyzers/Simplifier.cs 100.00% <ø> (ø)
xFunc.Maths/Expressions/Frac.cs 92.85% <92.85%> (ø)
xFunc.Maths/Expressions/Trunc.cs 92.85% <92.85%> (ø)
xFunc.Maths/Analyzers/Differentiator.cs 100.00% <100.00%> (ø)
...Func.Maths/Analyzers/Formatters/CommonFormatter.cs 100.00% <100.00%> (ø)
...Func.Maths/Analyzers/TypeAnalyzers/TypeAnalyzer.cs 99.82% <100.00%> (+<0.01%) ⬆️
xFunc.Maths/Expressions/Angles/Angle.cs 98.88% <100.00%> (+0.02%) ⬆️
xFunc.Maths/MathExtensions.cs 100.00% <100.00%> (ø)
xFunc.Maths/Parser.ExpressionFactory.cs 100.00% <100.00%> (ø)
... and 2 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 0ef3575...44efacf. Read the comment docs.

@sys27 sys27 merged commit da34f0e into dev Aug 28, 2020
@sys27 sys27 deleted the feature/trunc branch August 28, 2020 10:00
sys27 added a commit that referenced this pull request Aug 31, 2020
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.

Add Trunc and Frac functions
1 participant